Searched refs:safe_realloc (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MemAlloc.h | 52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SmallVector.cpp | 60 NewElts = safe_realloc(this->BeginX, NewCapacity * TSize); in grow_pod()
|
D | SmallPtrSet.cpp | 161 const void **T = (const void**)safe_realloc(CurArray, in CopyFrom()
|
/external/ltp/lib/ |
D | tst_rtnetlink.c | 41 buf = safe_realloc(file, lineno, ctx->buffer, size); in tst_rtnl_grow_buffer() 191 tmpbuf = safe_realloc(file, lineno, buffer, bufsize + size); in tst_rtnl_recv()
|
D | tst_safe_macros.c | 551 void *safe_realloc(const char *file, const int lineno, void *ptr, size_t size) in safe_realloc() function
|
/external/ltp/include/ |
D | tst_safe_macros.h | 75 void *safe_realloc(const char *file, const int lineno, void *ptr, size_t size); 78 safe_realloc(__FILE__, __LINE__, (ptr), (size))
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | BitVector.h | 888 safe_realloc(Bits.data(), NewCapacity * sizeof(BitWord))); in grow()
|