/freebsd-src/contrib/elftoolchain/libelf/ |
H A D | libelf_ehdr.c | 106 _libelf_ehdr(Elf *e, int ec, int allocate) in _libelf_ehdr()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ArrayRecycler.h | 125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() function
|
/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | thread.cpp | 117 T* allocate(size_t __n) { return static_cast<T*>(::operator new(__n * sizeof(T))); } in allocate() function in __hidden_allocator
|
/freebsd-src/lib/libpmcstat/ |
H A D | libpmcstat_process.c | 216 pmcstat_process_lookup(pid_t pid, int allocate) in pmcstat_process_lookup()
|
/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | local_cache.h | 40 void *allocate(uptr ClassId) { in allocate() function
|
H A D | secondary.h | 561 void *MapAllocator<Config>::allocate(const Options &Options, uptr Size, allocate() function
|
H A D | combined.h | 83 void *allocate(UNUSED uptr Size) { allocate() function [all...] |
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_barrier.h | 113 static distributedBarrier *allocate(int nThreads) { in allocate() function
|
H A D | kmp_environment.cpp | 76 static inline void *allocate(size_t size) { in allocate() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | ParsedAttr.cpp | 63 void *AttributeFactory::allocate(size_t size) { in allocate() function in AttributeFactory
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 201 void *GuardedPoolAllocator::allocate(size_t Size, size_t Alignment) { allocate() function in gwp_asan::GuardedPoolAllocator
|
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 51 void *allocate(size_t Sz) { in allocate() function
|
/freebsd-src/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-src/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-src/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-src/contrib/byacc/ |
H A D | main.c | 546 allocate(size_t n) in allocate() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 321 void* allocate(size_t N) { in allocate() function in __anonc8b2f5c20211::BumpPointerAllocator
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 109 char *EHScopeStack::allocate(size_t Size) { allocate() function in EHScopeStack
|