Searched refs:reallocf (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/objectivec/ |
D | GPBArray.m | 115 //% _values = reallocf(_values, count * sizeof(TYPE)); 256 //% _values = reallocf(_values, newCapacity * sizeof(TYPE)); 343 _values = reallocf(_values, count * sizeof(int32_t)); 440 _values = reallocf(_values, newCapacity * sizeof(int32_t)); 593 _values = reallocf(_values, count * sizeof(uint32_t)); 690 _values = reallocf(_values, newCapacity * sizeof(uint32_t)); 843 _values = reallocf(_values, count * sizeof(int64_t)); 940 _values = reallocf(_values, newCapacity * sizeof(int64_t)); 1093 _values = reallocf(_values, count * sizeof(uint64_t)); 1190 _values = reallocf(_values, newCapacity * sizeof(uint64_t)); [all …]
|
/third_party/FreeBSD/include/ |
D | fts.h | 56 #define reallocf(ptr, size) (realloc((ptr), (size))) macro
|
/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 991 if ((sp->fts_array = reallocf(sp->fts_array, in fts_sort() 1076 sp->fts_path = reallocf(sp->fts_path, sp->fts_pathlen); in fts_palloc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1116 /// void *reallocf(void *ptr, size_t size); 1117 TLI_DEFINE_ENUM_INTERNAL(reallocf) 1118 TLI_DEFINE_STRING_INTERNAL("reallocf")
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | dragonfly.txt | 1450 reallocf
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 1691 pub fn reallocf(ptr: *mut ::c_void, size: ::size_t) -> *mut ::c_void; in reallocf() function
|