Home
last modified time | relevance | path

Searched defs:Realloc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/bin/csh/
H A Dalloc.c63 Realloc(void *p, size_t n) in Realloc() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h56 static void *Realloc(void *ptr, uptr new_size) { in Realloc() function
H A Dsanitizer_common.h565 void Realloc(uptr new_capacity) { in Realloc() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common.h507 void Realloc(uptr new_capacity) { in Realloc() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common.h511 void Realloc(uptr new_capacity) { in Realloc() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc346 TEST(MemorySanitizer, Realloc) { in TEST() argument