Home
last modified time | relevance | path

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

/freebsd-src/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.h594 NOINLINE void Realloc(uptr new_capacity) { Realloc() function
/freebsd-src/stand/libsa/
H A Dzalloc_malloc.c177 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h50 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument global() enumerator