Home
last modified time | relevance | path

Searched refs:safe_realloc (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemAlloc.h52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSmallVector.cpp122 NewElts = safe_realloc(this->BeginX, NewCapacity * TSize); in grow_pod()
H A DSmallPtrSet.cpp162 const void **T = (const void**)safe_realloc(CurArray, in CopyFrom()
/freebsd-13.1/sbin/ipfw/
H A Dipfw2.h348 void *safe_realloc(void *ptr, size_t size);
H A Ddummynet.c1982 x = safe_realloc(x, l); in dummynet_list()
H A Dipfw2.c548 safe_realloc(void *ptr, size_t size) in safe_realloc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp479 Buffer = static_cast<char *>(llvm::safe_realloc(Buffer, NewCapacity)); in Append()
/freebsd-13.1/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c446 safe_realloc(void *data, size_t size) in safe_realloc() function
7998 progbuf = safe_realloc(progbuf, progsize); in zfs_do_channel_program()