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

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dinsert_fn_imps.hpp55 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_size);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dinsert_fn_imps.hpp55 metadata_pointer a_new_metadata_vec =(new_size == 0) ? 0 : s_metadata_alloc.allocate(new_size);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.h29 __declspec(allocate(".WEAK$M")) int (*__weak_intercept_##Name)() = \
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp63 m_entries(s_entry_allocator.allocate(m_num_e))
74 m_entries(s_entry_allocator.allocate(m_num_e))
86 m_entries(s_entry_allocator.allocate(m_num_e))
100 m_entries(s_entry_allocator.allocate(m_num_e))
114 m_entries(s_entry_allocator.allocate(m_num_e))
129 m_entries(s_entry_allocator.allocate(m_num_e))
146 m_entries(s_entry_allocator.allocate(m_num_e))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp63 m_entries(s_entry_allocator.allocate(m_num_e))
74 m_entries(s_entry_allocator.allocate(m_num_e))
86 m_entries(s_entry_allocator.allocate(m_num_e))
100 m_entries(s_entry_allocator.allocate(m_num_e))
114 m_entries(s_entry_allocator.allocate(m_num_e))
129 m_entries(s_entry_allocator.allocate(m_num_e))
146 m_entries(s_entry_allocator.allocate(m_num_e))
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d36 ParentAllocator). If at this point `ParentAllocator` also fails to allocate,
291 void[] allocate(size_t n)
303 result = parent.allocate(s);
311 result = parent.allocate(s);
342 auto b1 = a.allocate(10000);
343 auto b2 = a.allocate(20000);
344 auto b3 = a.allocate(30000);
351 b1 = a.allocate(10000);
353 b1 = a.allocate(30000);
355 b1 = a.allocate(2000
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d33 ParentAllocator). If at this point $(D ParentAllocator) also fails to allocate,
288 void[] allocate(size_t n)
300 result = parent.allocate(s);
308 result = parent.allocate(s);
339 auto b1 = a.allocate(10000);
340 auto b2 = a.allocate(20000);
341 auto b3 = a.allocate(30000);
348 b1 = a.allocate(10000);
350 b1 = a.allocate(30000);
352 b1 = a.allocate(2000
[all...]
H A Dallocator_list.d21 allocators used in calls to either `allocate`, `owns` (successful calls
56 return an allocator able to allocate at least `n` bytes (i.e. `Factory` must
158 Allocate a block of size $(D s). First tries to allocate from the existing
162 fails, subsequent calls to $(D allocate) will not cause more calls to $(D
165 void[] allocate(size_t s)
169 auto result = n.allocate(s);
180 // Can't allocate from the current pool. Check if we just added a new
190 auto result = a.allocate(s);
278 auto newPlace = newAlloc.allocate(
320 t = bkalloc.allocate((allocator
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dmmap_allocator.d10 additional structure: each call to $(D allocate(s)) issues a call to
31 void[] allocate(size_t bytes) shared
56 void[] allocate(size_t bytes) shared
76 auto p = alloc.allocate(100);
H A Dshowcase.d45 auto b = a.allocate(4000);
47 auto c = a.allocate(4000);
90 const b = alloc.allocate(100);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp67 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
78 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
90 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
106 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
122 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
134 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dshowcase.d46 auto b = a.allocate(4000);
48 auto c = a.allocate(4000);
91 const b = alloc.allocate(100);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp67 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
78 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
90 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
106 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
122 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
134 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc26 bool allocate = (i % 5) <= 2; // 60% malloc, 40% free local
28 allocate = i % 2; // then switch to 50% malloc, 50% free
29 if (allocate) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp74 m_a_entries(s_entry_allocator.allocate(m_actual_size))
81 m_a_entries(s_entry_allocator.allocate(m_actual_size))
89 m_a_entries(s_entry_allocator.allocate(m_actual_size))
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp74 m_a_entries(s_entry_allocator.allocate(m_actual_size))
81 m_a_entries(s_entry_allocator.allocate(m_actual_size))
89 m_a_entries(s_entry_allocator.allocate(m_actual_size))
/netbsd-current/sys/kern/
H A Dsubr_kobj_vfs.c95 bool allocate)
103 if (allocate) {
134 if (allocate && error != 0) {
139 if (allocate)
94 kobj_read_vfs(kobj_t ko, void **basep, size_t size, off_t off, bool allocate) argument
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeArray.h44 int n = allocate (1);
57 allocate (int cnt) function in class:DbeArray
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp73 entry_pointer p_l = s_entry_allocator.allocate(1);
89 entry_pointer p_l = s_entry_allocator.allocate(1);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dreloc-estimate-1.d15 # The address must be 0x810. We should only ever allocate one dynamic
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp73 entry_pointer p_l = s_entry_allocator.allocate(1);
89 entry_pointer p_l = s_entry_allocator.allocate(1);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp49 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
58 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
69 m_p_head(s_node_allocator.allocate(1)),
87 m_p_head(s_node_allocator.allocate(1)),
161 node_pointer p_ret = s_node_allocator.allocate(1);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp58 m_p_head(s_head_allocator.allocate(1)),
69 m_p_head(s_head_allocator.allocate(1)),
84 m_p_head(s_head_allocator.allocate(1)),
173 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1);
197 p_ret = s_inode_allocator.allocate(1);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp49 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
58 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
69 m_p_head(s_node_allocator.allocate(1)),
87 m_p_head(s_node_allocator.allocate(1)),
161 node_pointer p_ret = s_node_allocator.allocate(1);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp58 m_p_head(s_head_allocator.allocate(1)),
69 m_p_head(s_head_allocator.allocate(1)),
84 m_p_head(s_head_allocator.allocate(1)),
173 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1);
197 p_ret = s_inode_allocator.allocate(1);

Completed in 193 milliseconds

1234567891011>>