Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMemAlloc.h41 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc() function
/freebsd-12.1/contrib/llvm/lib/Support/
H A DSmallVector.cpp61 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-12.1/sbin/ipfw/
H A Dipfw2.h338 void *safe_realloc(void *ptr, size_t size);
H A Ddummynet.c1981 x = safe_realloc(x, l); in dummynet_list()
H A Dipfw2.c534 safe_realloc(void *ptr, size_t size) in safe_realloc() function
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DBitVector.h889 safe_realloc(Bits.data(), NewCapacity * sizeof(BitWord))); in grow()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c387 safe_realloc(void *data, size_t size) in safe_realloc() function
7330 progbuf = safe_realloc(progbuf, progsize); in zfs_do_channel_program()