Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h56 static void *Realloc(void *ptr, uptr new_size) { in Realloc() function
H A Dsanitizer_common.h593 NOINLINE void Realloc(uptr new_capacity) { in Realloc() function
/freebsd/stand/libsa/
H A Dzalloc_malloc.c177 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator