Home
last modified time | relevance | path

Searched refs:safe_calloc (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DStringMap.cpp58 TheTable = static_cast<StringMapEntryBase **>(safe_calloc( in init()
219 auto NewTableArray = static_cast<StringMapEntryBase **>(safe_calloc( in RehashTable()
DFoldingSet.cpp221 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, in AllocateBuckets()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DMemAlloc.h38 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_calloc(size_t Count, in safe_calloc() function
DOnDiskHashTable.h99 safe_calloc(NewSize, sizeof(Bucket))); in resize()
230 Buckets = static_cast<Bucket *>(safe_calloc(NumBuckets, sizeof(Bucket))); in OnDiskChainedHashTableGenerator()
/freebsd-12-stable/sbin/ipfw/
Daltq.c107 altq = safe_calloc(1, sizeof(*altq)); in altq_fetch()
Dmain.c168 av = safe_calloc(av_size, 1); in ipfw_main()
206 av = safe_calloc(av_size, 1); in ipfw_main()
Dipfw2.h347 void *safe_calloc(size_t number, size_t size);
Ddummynet.c235 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()
Dnat.c105 buf = safe_calloc(1, needed); in set_addr_dynamic()
Dipfw2.c538 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/
DSparseSet.h166 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT)));
DSparseMultiSet.h213 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); in setUniverse()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DInterferenceCache.cpp47 safe_calloc(PhysRegEntriesCount, sizeof(unsigned char))); in reinitPhysRegEntries()
DRegisterPressure.cpp656 PDiffArray = static_cast<PressureDiff*>(safe_calloc(N, sizeof(PressureDiff))); in init()