Home
last modified time | relevance | path

Searched refs:real (Results 1 – 1 of 1) sorted by relevance

/malloc/
A Dmemusage.c400 struct header *real; in realloc() local
419 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() local
571 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