Searched refs:newp (Results 1 – 2 of 2) sorted by relevance
3458 if (newp) in libc_hidden_def()3486 assert (!newp || chunk_is_mmapped (mem2chunk (newp)) || in libc_hidden_def()3489 return newp; in libc_hidden_def()3497 assert (!newp || chunk_is_mmapped (mem2chunk (newp)) || in libc_hidden_def()3500 if (newp == NULL) in libc_hidden_def()3505 if (newp != NULL) in libc_hidden_def()3514 return newp; in libc_hidden_def()4847 newp = oldp; in _int_realloc()4871 newp = oldp; in _int_realloc()4891 newp = oldp; in _int_realloc()[all …]
289 mchunkptr newp = mremap_chunk (oldp, chnb); in realloc_check() local290 if (newp) in realloc_check()291 newmem = chunk2mem_tag (newp); in realloc_check()
Completed in 14 milliseconds