Searched refs:HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance
106 #define HEADER_SIZE sizeof (struct header) macro120 #define HEADER_SIZE sizeof (union header) macro208 size += HEADER_SIZE; in malloc()261 return ((char *) h) + HEADER_SIZE; in malloc()277 h = (header_t) (base - HEADER_SIZE); in free()328 h = (header_t) (old_base - HEADER_SIZE); in realloc()349 old_size = (1 << (i + LOG2_MIN_SIZE)) - HEADER_SIZE; in realloc()352 && new_size > (((old_size + HEADER_SIZE) >> 1) - HEADER_SIZE)) in realloc()
Completed in 5 milliseconds