Searched defs:realloc (Results 1 - 7 of 7) sorted by relevance
| /src/sys/sys/ | ||
| H A D | malloc.h | 72 #define realloc(ptr, size, type, flags) kern_realloc(ptr, size, flags) macro |
| /src/lib/libbsdmalloc/ | ||
| H A D | malloc.c | 356 realloc(void *cp, size_t nbytes) function in typeref:typename:void * |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ | ||
| H A D | asan_malloc_linux.cc | 247 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugK 261 void *(*realloc)(void *oldMem, uptr bytes); member in struct:MallocDebugL |
| H A D | asan_malloc_win.cc | 105 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 D | sanitizer_allocator_testlib.cc | 129 void *realloc(void *p, size_t size) { function in typeref:typename:void * |
| /src/lib/libc/stdlib/ | ||
| H A D | malloc.c | 1273 realloc(void *ptr, size_t size) function in typeref:typename:void * |
| H A D | jemalloc.c | 3718 realloc(void *ptr, size_t size) function in typeref:typename:void * |
Completed in 10 milliseconds