Searched refs:safe_realloc (Results 1 – 8 of 8) sorted by relevance
52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc() function
122 NewElts = safe_realloc(this->BeginX, NewCapacity * TSize); in grow_pod()
162 const void **T = (const void**)safe_realloc(CurArray, in CopyFrom()
348 void *safe_realloc(void *ptr, size_t size);
1982 x = safe_realloc(x, l); in dummynet_list()
548 safe_realloc(void *ptr, size_t size) in safe_realloc() function
479 Buffer = static_cast<char *>(llvm::safe_realloc(Buffer, NewCapacity)); in Append()
446 safe_realloc(void *data, size_t size) in safe_realloc() function7998 progbuf = safe_realloc(progbuf, progsize); in zfs_do_channel_program()