Searched defs:allocate (Results 1 - 25 of 65) sorted by relevance

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/
H A Danew1.C12 int* allocate(int n) function
H A Danew2.C12 double* allocate(int n) function
H A Danew3.C17 X* allocate(int n) function
H A Danew4.C29 D* allocate(int n) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/inherit/
H A Daccess3.C5 static void allocate() {} function in class:__new_alloc
15 void __debug_alloc<_Alloc>::allocate() { function in class:__debug_alloc
/openbsd-current/gnu/llvm/libcxx/include/__memory_resource/
H A Dmemory_resource.h35 allocate(size_t __bytes, size_t __align = __max_align) { function in class:pmr::memory_resource
/openbsd-current/lib/libelf/
H A Dlibelf_ehdr.c106 _libelf_ehdr(Elf *e, int ec, int allocate) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cpp26 bool allocate = (i % 5) <= 2; // 60% malloc, 40% free local
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Ddebug_allocator.h91 allocate(size_type __n) function in class:debug_allocator
100 allocate(size_type __n, const void* __hint) function in class:debug_allocator
H A Dmalloc_allocator.h87 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
H A Dnew_allocator.h86 allocate(size_type __n, const void* = 0) function in class:new_allocator
H A Darray_allocator.h125 allocate(size_type __n, const void* = 0) function in class:array_allocator
/openbsd-current/gnu/lib/libiberty/include/
H A Dsplay-tree.h110 splay_tree_allocate_fn allocate; local
/openbsd-current/gnu/gcc/include/
H A Dsplay-tree.h110 splay_tree_allocate_fn allocate; local
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsplay-tree.h110 splay_tree_allocate_fn allocate; local
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsplay-tree.h110 splay_tree_allocate_fn allocate; local
/openbsd-current/gnu/llvm/libcxx/src/include/
H A Dsso_allocator.h56 _LIBCPP_INLINE_VISIBILITY pointer allocate(size_type __n, typename __sso_allocator<void, _Np>::const_pointer = nullptr) function in class:__sso_allocator
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { function
94 pointer allocate(size_type __n) { function in class:allocator
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { function
94 pointer allocate(size_type __n) { function in class:allocator
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { function in class:llvm::ArrayRecycler
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h51 void *allocate(size_t Sz) { function in class:clang::threadSafety::til::MemRegionRef
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp62 void MapperJITLinkMemoryManager::allocate(const JITLinkDylib *JD, LinkGraph &G, function in class:llvm::orc::MapperJITLinkMemoryManager
H A DEPCGenericJITLinkMemoryManager.cpp100 void EPCGenericJITLinkMemoryManager::allocate(const JITLinkDylib *JD, function in class:llvm::orc::EPCGenericJITLinkMemoryManager
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dallocator.h109 _Tp* allocate(size_t __n) { function in class:allocator
157 _Tp* allocate(size_t __n, const void*) { function in class:allocator
198 const _Tp* allocate(size_t __n) { function in class:allocator
242 const _Tp* allocate(size_t __n, const void*) { function in class:allocator
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_allocator.h49 allocate(size_type blocksize) function in class:__gnu_cxx_test::allocation_tracker
139 allocate(size_type n, const void* = 0) function in class:__gnu_cxx_test::tracker_alloc

Completed in 316 milliseconds

123