Searched defs:realloc (Results 1 - 7 of 7) sorted by relevance

/src/sys/sys/
H A Dmalloc.h72 #define realloc(ptr, size, type, flags) kern_realloc(ptr, size, flags) macro
/src/lib/libbsdmalloc/
H A Dmalloc.c356 realloc(void *cp, size_t nbytes) function in typeref:typename:void *
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc247 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugK
261 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugL
H A Dasan_malloc_win.cc105 void *realloc(void *ptr, size_t size) { function in typeref:typename:ALLOCATION_FUNCTION_ATTRIBUTE void *
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc129 void *realloc(void *p, size_t size) { function in typeref:typename:void *
/src/lib/libc/stdlib/
H A Dmalloc.c1273 realloc(void *ptr, size_t size) function in typeref:typename:void *
H A Djemalloc.c3718 realloc(void *ptr, size_t size) function in typeref:typename:void *

Completed in 11 milliseconds