| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
| H A D | constructor_destructor_fn_imps.hpp | 62 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 73 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 85 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 99 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 113 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 128 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 145 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
| H A D | constructor_destructor_fn_imps.hpp | 61 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 72 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 84 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 98 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 112 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 127 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 144 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| H A D | constructor_destructor_fn_imps.hpp | 66 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 77 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 89 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 105 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 121 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 133 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME()
|
| H A D | entry_list_fn_imps.hpp | 60 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry() 73 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| H A D | constructor_destructor_fn_imps.hpp | 65 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 76 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 88 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 104 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 120 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 132 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME()
|
| H A D | entry_list_fn_imps.hpp | 60 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry() 73 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry()
|
| /dflybsd-src/contrib/gcc-4.7/libgcc/ |
| H A D | generic-morestack.c | 324 unsigned int allocate; in allocate_segment() local 352 allocate = pagesize; in allocate_segment() 353 if (allocate < MINSIGSTKSZ) in allocate_segment() 354 allocate = ((MINSIGSTKSZ + overhead + pagesize - 1) in allocate_segment() 356 if (allocate < frame_size) in allocate_segment() 357 allocate = ((frame_size + overhead + pagesize - 1) in allocate_segment() 361 allocate += pagesize; in allocate_segment() 368 space = mmap (NULL, allocate, PROT_READ | PROT_WRITE, in allocate_segment() 385 guard = space + allocate - pagesize; in allocate_segment() 389 allocate -= pagesize; in allocate_segment() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| H A D | debug_allocator.h | 89 allocate(size_type __n) in _GLIBCXX_VISIBILITY() 91 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY() 98 allocate(size_type __n, const void* __hint) in _GLIBCXX_VISIBILITY() 100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | constructors_destructor_fn_imps.hpp | 48 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_BIN_TREE_NAME() 57 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_BIN_TREE_NAME() 68 m_p_head(s_node_allocator.allocate(1)), in PB_DS_BIN_TREE_NAME() 86 m_p_head(s_node_allocator.allocate(1)), in PB_DS_BIN_TREE_NAME() 160 node_pointer p_ret = s_node_allocator.allocate(1); in recursive_copy_node()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | constructors_destructor_fn_imps.hpp | 47 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_BIN_TREE_NAME() 56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_BIN_TREE_NAME() 67 m_p_head(s_node_allocator.allocate(1)), in PB_DS_BIN_TREE_NAME() 85 m_p_head(s_node_allocator.allocate(1)), in PB_DS_BIN_TREE_NAME() 159 node_pointer p_ret = s_node_allocator.allocate(1); in recursive_copy_node()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | constructors_destructor_fn_imps.hpp | 56 m_p_head(s_head_allocator.allocate(1)), in PB_DS_PAT_TRIE_NAME() 67 m_p_head(s_head_allocator.allocate(1)), in PB_DS_PAT_TRIE_NAME() 82 m_p_head(s_head_allocator.allocate(1)), in PB_DS_PAT_TRIE_NAME() 171 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1); in recursive_copy_node() 195 p_ret = s_inode_allocator.allocate(1); in recursive_copy_node()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | constructors_destructor_fn_imps.hpp | 57 m_p_head(s_head_allocator.allocate(1)), in PB_DS_PAT_TRIE_NAME() 68 m_p_head(s_head_allocator.allocate(1)), in PB_DS_PAT_TRIE_NAME() 83 m_p_head(s_head_allocator.allocate(1)), in PB_DS_PAT_TRIE_NAME() 172 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1); in recursive_copy_node() 196 p_ret = s_inode_allocator.allocate(1); in recursive_copy_node()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| H A D | alloc_traits.h | 214 -> decltype(__a.allocate(__n, __hint)) in _GLIBCXX_VISIBILITY() 215 { return __a.allocate(__n, __hint); } in _GLIBCXX_VISIBILITY() 220 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY() 300 allocate(_Alloc& __a, size_type __n) in _GLIBCXX_VISIBILITY() 301 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY() 315 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY() 435 allocate(allocator_type& __a, size_type __n) in _GLIBCXX_VISIBILITY() 436 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY() 449 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY() 450 { return __a.allocate(__n, __hint); } in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | alloc-pool.h | 123 allocate () ATTRIBUTE_MALLOC 147 void *allocate () ATTRIBUTE_MALLOC; 345 base_pool_allocator <TBlockAllocator>::allocate () in allocate() function 373 block = reinterpret_cast<char *> (TBlockAllocator::allocate ()); in allocate() 500 allocate () ATTRIBUTE_MALLOC in allocate() function 502 return ::new (m_allocator.allocate ()) T; in allocate() 512 return m_allocator.allocate (); in allocate_raw()
|
| H A D | memory-block.h | 34 static inline void *allocate () ATTRIBUTE_MALLOC; 53 memory_block_pool::allocate () in allocate() function
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
| H A D | split_join_fn_imps.hpp | 67 a_entries = s_entry_allocator.allocate(new_size); in split() 68 a_other_entries = s_entry_allocator.allocate(other_actual_size); in split() 126 a_entries = s_entry_allocator.allocate(new_size); in join() 127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); in join()
|
| H A D | constructors_destructor_fn_imps.hpp | 72 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap() 79 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap() 87 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap()
|
| H A D | erase_fn_imps.hpp | 52 entry_pointer new_entries = s_entry_allocator.allocate(new_size); in clear() 119 entry_pointer new_entries = s_entry_allocator.allocate(new_size); in erase_if() 168 entry_pointer new_entries = s_entry_allocator.allocate(new_size); in resize_for_erase_if_needed()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
| H A D | split_join_fn_imps.hpp | 68 a_entries = s_entry_allocator.allocate(new_size); in split() 69 a_other_entries = s_entry_allocator.allocate(other_actual_size); in split() 127 a_entries = s_entry_allocator.allocate(new_size); in join() 128 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); in join()
|
| H A D | constructors_destructor_fn_imps.hpp | 73 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap() 80 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap() 88 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap()
|
| H A D | erase_fn_imps.hpp | 53 entry_pointer new_entries = s_entry_allocator.allocate(new_size); in clear() 120 entry_pointer new_entries = s_entry_allocator.allocate(new_size); in erase_if() 169 entry_pointer new_entries = s_entry_allocator.allocate(new_size); in resize_for_erase_if_needed()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| H A D | debug_allocator.h | 122 allocate(size_type __n) in _GLIBCXX_VISIBILITY() 124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY() 131 allocate(size_type __n, const void* __hint) in _GLIBCXX_VISIBILITY() 133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
|
| H A D | alloc_traits.h | 66 using _Base_type::allocate; in _GLIBCXX_VISIBILITY() 129 allocate(_Alloc& __a, size_type __n) in _GLIBCXX_VISIBILITY() function 130 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
| H A D | eh_alloc.cc | 89 void *allocate (std::size_t); 139 void *pool::allocate (std::size_t size) in allocate() function in __anon370c23210111::pool 287 ret = emergency_pool.allocate (thrown_size); in __cxa_allocate_exception() 319 (emergency_pool.allocate (sizeof (__cxa_dependent_exception))); in __cxa_allocate_dependent_exception()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| H A D | alloc_traits.h | 213 typename = decltype(std::declval<_Alloc3*>()->allocate( in _GLIBCXX_VISIBILITY() 229 { return __a.allocate(__n, __hint); } in _GLIBCXX_VISIBILITY() 235 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY() 352 allocate(_Alloc& __a, size_type __n) in _GLIBCXX_VISIBILITY() 353 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY() 367 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY()
|