Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h580 void Realloc(uptr new_capacity) { in Realloc() function
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator
/openbsd/gnu/usr.bin/perl/win32/
H A Dvmem.h180 void* VMem::Realloc(void* pMem, size_t size) in Realloc() function
748 void* VMem::Realloc(void* block, size_t size) in Realloc() function
H A Dperlhost.h60 inline void* Realloc(void* ptr, size_t size) { return m_pVMem->Realloc(ptr, size); }; in Realloc() function
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp161 TEST(ScudoWrappersCDeathTest, Realloc) { in TEST() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp349 TEST(MemorySanitizer, Realloc) { in TEST() argument