Searched refs:malloc_size (Results 1 – 1 of 1) sorted by relevance
479 size_t malloc_size; local491 malloc_size = size_backup;495 if ( (off_t)malloc_size != size_backup )504 content->f_base = (char *)malloc(malloc_size+1);507 if ((bytes_read = read(fd, content->f_base, malloc_size)) < 0)
Completed in 14 milliseconds