Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmalloc-check.c207 return mem2mem_check (tag_new_usable (victim), sz); in malloc_check()
334 return mem2mem_check (tag_new_usable (newmem), bytes); in realloc_check()
376 return mem2mem_check (tag_new_usable (mem), bytes); in memalign_check()
Dmalloc.c471 tag_new_usable (void *ptr);
1471 tag_new_usable (void *ptr) in tag_new_usable() function
3308 return tag_new_usable (victim); in __libc_malloc()
3315 victim = tag_new_usable (_int_malloc (&main_arena, bytes)); in __libc_malloc()
3336 victim = tag_new_usable (victim); in __libc_malloc()
3461 return tag_new_usable (newmem); in libc_hidden_def()
3560 return tag_new_usable (p); in _mid_memalign()
3578 return tag_new_usable (p); in _mid_memalign()
4858 return tag_new_usable (chunk2mem (oldp)); in _int_realloc()
4894 newmem = tag_new_usable (newmem); in _int_realloc()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.2327737 (tag_new_usable): Modified function.
27848 [! USE_MTAG](tag_new_usable): Remove.
27860 (tag_new_usable): New function.
27862 (tag_new_usable): New function.
27888 [! USE_MTAG](tag_new_usable): New.