Searched refs:safe_calloc (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | StringMap.cpp | 58 TheTable = static_cast<StringMapEntryBase **>(safe_calloc( in init() 219 auto NewTableArray = static_cast<StringMapEntryBase **>(safe_calloc( in RehashTable()
|
| D | FoldingSet.cpp | 221 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, in AllocateBuckets()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | MemAlloc.h | 38 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_calloc(size_t Count, in safe_calloc() function
|
| D | OnDiskHashTable.h | 99 safe_calloc(NewSize, sizeof(Bucket))); in resize() 230 Buckets = static_cast<Bucket *>(safe_calloc(NumBuckets, sizeof(Bucket))); in OnDiskChainedHashTableGenerator()
|
| /freebsd-12-stable/sbin/ipfw/ |
| D | altq.c | 107 altq = safe_calloc(1, sizeof(*altq)); in altq_fetch()
|
| D | main.c | 168 av = safe_calloc(av_size, 1); in ipfw_main() 206 av = safe_calloc(av_size, 1); in ipfw_main()
|
| D | ipfw2.h | 347 void *safe_calloc(size_t number, size_t size);
|
| D | dummynet.c | 235 ep = safe_calloc(1, l); in get_extra_parms() 1316 base = buf = safe_calloc(1, lmax); in ipfw_config_pipe() 1932 oid = safe_calloc(1, l); in dummynet_list()
|
| D | nat.c | 105 buf = safe_calloc(1, needed); in set_addr_dynamic()
|
| D | ipfw2.c | 538 safe_calloc(size_t number, size_t size) in safe_calloc() function 966 buf = safe_calloc(s1 - s + 1, 1); in strtoport()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | SparseSet.h | 166 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT)));
|
| D | SparseMultiSet.h | 213 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); in setUniverse()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | InterferenceCache.cpp | 47 safe_calloc(PhysRegEntriesCount, sizeof(unsigned char))); in reinitPhysRegEntries()
|
| D | RegisterPressure.cpp | 656 PDiffArray = static_cast<PressureDiff*>(safe_calloc(N, sizeof(PressureDiff))); in init()
|