Searched refs:real (Results 1 – 1 of 1) sorted by relevance
400 struct header *real; in realloc() local419 real = NULL; in realloc()425 if (real->magic != MAGIC) in realloc()429 old_len = real->length; in realloc()453 (*freep) (real); in realloc()475 if (real == result) in realloc()545 struct header *real; in free() local571 real = ((struct header *) ptr) - 1; in free()572 if (real->magic != MAGIC) in free()585 update_data (NULL, 0, real->length); in free()[all …]
Completed in 4 milliseconds