Searched refs:allocate (Results 26 - 50 of 126) sorted by relevance

123456

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dinsert_fn_imps.hpp60 node_pointer p_new_nd = s_node_allocator.allocate(1);
80 node_pointer p_new_nd = s_node_allocator.allocate(1);
H A Dconstructors_destructor_fn_imps.hpp123 node_pointer p_ret = s_node_allocator.allocate(1);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Derase_fn_imps.hpp98 value_vector a_new_values = s_value_alloc.allocate(new_size);
146 value_vector a_values = s_value_alloc.allocate(m_size - 1);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp139 __declspec(allocate(".CRT$XIB")) int (*__asan_preinit)() = asan_dll_thunk_init;
147 __declspec(allocate(".CRT$XLAB")) void (WINAPI *__asan_tls_init)(void *,
H A Dasan_win.cpp366 __declspec(allocate(".CRT$XCAB")) int (*__intercept_seh)() =
379 __declspec(allocate(".CRT$XLAB")) void(NTAPI *__asan_tls_init)(
393 __declspec(allocate(".CRT$XLY")) void(NTAPI *__asan_tls_exit)(
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dnew_allocator.h86 allocate(size_type __n, const void* = 0) function in class:new_allocator
H A Dpool_allocator.h71 * 0. If globally mandated, then allocate objects from new
74 * 2. In all other cases, we allocate an object of size exactly
118 // if it is inconvenient to allocate the requested number.
173 allocate(size_type __n, const void* = 0);
195 __pool_alloc<_Tp>::allocate(size_type __n, const void*) function in class:__pool_alloc
H A Dmalloc_allocator.h87 allocate(size_type __n, const void* = 0) function in class:malloc_allocator
H A Darray_allocator.h125 allocate(size_type __n, const void* = 0) function in class:array_allocator
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dresize_fn_imps.hpp100 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsplay-tree.h68 /* The type of a function used to allocate memory for tree root and
110 splay_tree_allocate_fn allocate; local
/freebsd-11-stable/contrib/binutils/include/
H A Dsplay-tree.h68 /* The type of a function used to allocate memory for tree root and
110 splay_tree_allocate_fn allocate; local
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_sman.h33 * Simple memory MANager interface that keeps track on allocate regions on a
66 void *(*allocate) (void *private, unsigned long size, member in struct:drm_sman_mm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbol.cpp33 // We may need more space for a Name to account for alignment. So allocate
42 void *Storage = Ctx.allocate(Size, alignof(NameEntryStorageTy));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.h70 bool allocate) const;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dinsert_fn_imps.hpp183 node_pointer p_new_nd = s_node_allocator.allocate(1);
205 node_pointer p_new_nd = s_node_allocator.allocate(1);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dinsert_fn_imps.hpp80 pointer p_new = s_value_allocator.allocate(1);
116 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp99 a_entries_resized = s_entry_allocator.allocate(new_size);
/freebsd-11-stable/contrib/gdb/include/
H A Dsplay-tree.h68 /* The type of a function used to allocate memory for tree root and
110 splay_tree_allocate_fn allocate; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h192 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp301 void *allocate(uptr Size, uptr Alignment, AllocType Type, function in struct:__scudo::Allocator
307 if (void *Ptr = GuardedAlloc.allocate(Size))
496 void *NewPtr = allocate(NewSize, MinAlignment, FromMalloc);
528 // Otherwise, we have to allocate a new chunk and copy the contents of the
530 void *NewPtr = allocate(NewSize, MinAlignment, FromMalloc);
566 return allocate(NMemB * Size, MinAlignment, FromMalloc, true);
698 return SetErrnoOnNull(Instance.allocate(Size, Alignment, Type));
707 return SetErrnoOnNull(Instance.allocate(Size, MinAlignment, FromMalloc));
721 Instance.allocate(Size, GetPageSizeCached(), FromMemalign));
732 // pvalloc(0) should allocate on
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dtable.h110 void allocate(int r);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h121 /// Return an existing recycled array, or allocate one from Allocator if
125 T *allocate(Capacity Cap, AllocatorType &Allocator) { function in class:llvm::ArrayRecycler
135 /// Cap must be the same capacity that was given to allocate().
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h123 void *allocate(size_t Size);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h210 static InitMap *allocate(unsigned N);

Completed in 144 milliseconds

123456