Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_dlsym.h56 static void *Realloc(void *ptr, uptr new_size) { in Realloc() function
HDsanitizer_common.h593 NOINLINE void Realloc(uptr new_capacity) { in Realloc() function
/freebsd-13-stable/stand/libsa/
HDzalloc_malloc.c178 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.h52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator