Searched refs:allocate (Results 176 - 200 of 456) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp129 value_vector a_values = s_value_alloc.allocate(len);
166 value_vector a_values = s_value_alloc.allocate(len);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h67 * 0. If globally mandated, then allocate objects from new
70 * 2. In all other cases, we allocate an object of size exactly
113 // if it is inconvenient to allocate the requested number.
190 allocate(size_type __n, const void* = 0);
214 __pool_alloc<_Tp>::allocate(size_type __n, const void*) function in class:__pool_alloc
H A Dmalloc_allocator.h103 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
107 // 3308. std::allocator<void>().allocate(n)
108 static_assert(sizeof(_Tp) != 0, "cannot allocate incomplete types");
114 // 3190. allocator::allocate sometimes returns too little storage
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h36 __declspec(allocate(".DLLTH$M")) int (*__dll_thunk_##dll_function)() = \
47 __declspec(allocate(".DLLTH$M")) int (*__dll_thunk_##dll_function)() = \
/netbsd-current/lib/libc/stdlib/
H A D_env.c253 __getenvslot(const char *name, size_t l_name, bool allocate) argument
271 /* No match found, return if we don't want to allocate a new slot. */
272 if (!allocate)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dmem.h248 #define isc_mem_allocate(c, s) ISCMEMFUNC(allocate)((c), (s)_ISC_MEM_FILELINE)
610 void *ISCMEMFUNC(allocate)(isc_mem_t *, size_t _ISC_MEM_FLARG);
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dmem.h147 #define isc_mem_allocate(c, s) ISCMEMFUNC(allocate)((c), (s)_ISC_MEM_FILELINE)
549 void *ISCMEMFUNC(allocate)(isc_mem_t *, size_t _ISC_MEM_FLARG);
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_ehdr.c125 _libelf_ehdr(Elf *e, int ec, int allocate) argument
186 if (allocate)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.h635 // This is the irange storage class. It is used to allocate the
651 irange *allocate (unsigned num_pairs);
654 irange *allocate (const irange &src);
684 irange_allocator::allocate (unsigned num_pairs) function in class:irange_allocator
686 // Never allocate 0 pairs.
687 // Don't allocate 1 either, or we get legacy value_range's.
700 irange_allocator::allocate (const irange &src) function in class:irange_allocator
702 irange *r = allocate (src.num_pairs ());
/netbsd-current/external/bsd/byacc/dist/
H A Dlr0.c309 p = (core *)allocate((sizeof(core) + (n - 1) * sizeof(Value_t)));
414 p = (shifts *)allocate((sizeof(shifts) +
463 p = (reductions *)allocate((sizeof(reductions) +
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp112 auto Alloc = TPC.getMemMgr().allocate(nullptr, Request);
297 auto Alloc = TPC.getMemMgr().allocate(nullptr, Request);
347 // If there aren't enough stubs available then allocate some more.
367 auto Alloc = TPC.getMemMgr().allocate(nullptr, Request);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_utils.cc185 LogWriter *LW = allocate<LogWriter>();
/netbsd-current/lib/libc/arch/mips/gen/
H A Dsetjmp.S64 PTR_SUBU sp, sp, SETJMP_FRAME_SIZE # allocate stack frame
/netbsd-current/lib/libc/compat/arch/mips/gen/
H A Dcompat_setjmp.S64 PTR_SUBU sp, sp, SETJMP_FRAME_SIZE # allocate stack frame
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Darray_allocator.h155 allocate(size_type __n, const void* = 0) function in class:array_allocator
H A Dmalloc_allocator.h103 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
107 // 3308. std::allocator<void>().allocate(n)
108 static_assert(sizeof(_Tp) != 0, "cannot allocate incomplete types");
H A Dnew_allocator.h103 allocate(size_type __n, const void* = static_cast<const void*>(0)) function in class:new_allocator
107 // 3308. std::allocator<void>().allocate(n)
108 static_assert(sizeof(_Tp) != 0, "cannot allocate incomplete types");
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dthread.cpp129 T* allocate(size_t __n) function in class:__hidden_allocator
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp20 InProcessMemoryManager::allocate(const JITLinkDylib *JD, function in class:llvm::jitlink::InProcessMemoryManager
86 // Compute the total number of pages to allocate.
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.cpp164 Map = InitMap::allocate(Desc->getNumElems());
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dcrtzero.S84 ! addi $sp, $sp, -512 ! allocate space for command line + arguments
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_serial.h35 __buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {}
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dcrtzero.S84 ! addi $sp, $sp, -512 ! allocate space for command line + arguments
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dnew_allocator.h112 allocate(size_type __n, const void* = static_cast<const void*>(0)) function in class:__new_allocator
116 // 3308. std::allocator<void>().allocate(n)
117 static_assert(sizeof(_Tp) != 0, "cannot allocate incomplete types");
123 // 3190. allocator::allocate sometimes returns too little storage
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_serial.h35 __buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {}

Completed in 409 milliseconds

1234567891011>>