/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | DynamicAllocator.cpp | 42 Block *DynamicAllocator::allocate(const Expr *Source, PrimType T, in allocate() function in DynamicAllocator 53 Block *DynamicAllocator::allocate(const Descriptor *ElementDesc, in allocate() function in DynamicAllocator 63 Block *DynamicAllocator::allocate(const Descriptor *D, unsigned EvalID) { in allocate() function in DynamicAllocator
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_ehdr.c | 106 _libelf_ehdr(Elf *e, int ec, int allocate) in _libelf_ehdr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ArrayRecycler.h | 125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() function
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | thread.cpp | 137 T* allocate(size_t __n) allocate() function in __hidden_allocator
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_process.c | 216 pmcstat_process_lookup(pid_t pid, int allocate) in pmcstat_process_lookup()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MapperJITLinkMemoryManager.cpp | 62 void MapperJITLinkMemoryManager::allocate(const JITLinkDylib *JD, LinkGraph &G, in allocate() function in llvm::orc::MapperJITLinkMemoryManager
|
H A D | EPCGenericJITLinkMemoryManager.cpp | 100 void EPCGenericJITLinkMemoryManager::allocate(const JITLinkDylib *JD, in allocate() function in llvm::orc::EPCGenericJITLinkMemoryManager
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_allocator.h | 39 template <class T> T *allocate() XRAY_NEVER_INSTRUMENT { in allocate() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorMemoryManager.cpp | 24 Expected<ExecutorAddr> SimpleExecutorMemoryManager::allocate(uint64_t Size) { in allocate() function in llvm::orc::rt_bootstrap::SimpleExecutorMemoryManager
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.h | 110 static distributedBarrier *allocate(int nThreads) { allocate() function
|
H A D | kmp_environment.cpp | 76 static inline void *allocate(size_t size) { in allocate() function
|
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/ |
H A D | polymorphic_allocator.h | 63 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI _ValueType* allocate(size_t __n) { in allocate() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 163 AllocResult allocate(const JITLinkDylib *JD, LinkGraph &G) { in allocate() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 204 void *GuardedPoolAllocator::allocate(size_t Size, size_t Alignment) { in allocate() function in gwp_asan::GuardedPoolAllocator
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 51 void *allocate(size_t Sz) { in allocate() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | ParsedAttr.cpp | 63 void *AttributeFactory::allocate(size_t size) { in allocate() function in AttributeFactory
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | local_cache.h | 107 void *allocate(uptr ClassId) { allocate() function
|
H A D | secondary.h | 587 void *MapAllocator<Config>::allocate(const Options &Options, uptr Size, in allocate() function
|
/freebsd/usr.bin/sort/ |
H A D | file.c | 218 file_list_add(struct file_list *fl, const char *fn, bool allocate) in file_list_add() 236 file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate) in file_list_populate()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 335 void InProcessMemoryManager::allocate(const JITLinkDylib *JD, LinkGraph &G, in allocate() function in llvm::jitlink::InProcessMemoryManager
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 76 static WrapperFunctionResult allocate(size_t Size) { in allocate() function
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 321 void* allocate(size_t N) { in allocate() function in __anon00a841f00211::BumpPointerAllocator
|
/freebsd/contrib/byacc/ |
H A D | main.c | 546 allocate(size_t n) in allocate() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 113 static WrapperFunctionResult allocate(size_t Size) { in allocate() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 80 char *EHScopeStack::allocate(size_t Size) { in allocate() function in EHScopeStack
|