Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dallocation.bench.cpp21 static void* Allocate(size_t N) { in Allocate() function
32 static void* Allocate(size_t N) { in Allocate() function
43 static void* Allocate(size_t N) { in Allocate() function
54 static void* Allocate(size_t N) { in Allocate() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocatorBase.h37 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
84 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
H A DRecyclingAllocator.h43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function
45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
H A DRecycler.h83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function
93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
H A DAllocator.h145 Allocate(size_t Size, Align Alignment) { in Allocate() function
202 Allocate(size_t Size, size_t Alignment) { in Allocate() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h34 static void *Allocate(uptr size_in_bytes) { in Allocate() function
H A Dsanitizer_allocator_local_cache.h34 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
159 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
H A Dsanitizer_allocator_combined.h44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() function
H A Dsanitizer_allocator.cpp195 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
H A Dsanitizer_allocator_secondary.h85 void *Allocate(AllocatorStats *stat, uptr size, uptr alignment) { in Allocate() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h39 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
158 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
H A Dsanitizer_allocator_combined.h37 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() function
H A Dsanitizer_allocator.cc199 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
H A Dsanitizer_allocator_secondary.h82 void *Allocate(AllocatorStats *stat, uptr size, uptr alignment) { in Allocate() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h41 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
160 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
H A Dsanitizer_allocator_combined.h48 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() function
H A Dsanitizer_allocator.cc201 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
H A Dsanitizer_allocator_secondary.h86 void *Allocate(AllocatorStats *stat, uptr size, uptr alignment) { in Allocate() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dallocator_test.cc28 TEST(AllocatorTest, Allocate) { in TEST() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cc23 void *Allocate(uptr size) { in Allocate() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_fake_stack_test.cc106 TEST(FakeStack, Allocate) { in TEST() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_allocator.h278 Block Allocate() XRAY_NEVER_INSTRUMENT { return {Alloc()}; } in Allocate() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h327 Allocate, ///< Coroutine frame memory allocation. enumerator
354 Expr *Allocate = nullptr; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fake_stack.cc86 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate() function in __asan::FakeStack
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fake_stack.cc88 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate() function in __asan::FakeStack

12