Searched refs:allocate (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DMediumAllocator.h44 void* allocate(size_t);
45 bool allocate(size_t, void*&);
68 inline void* MediumAllocator::allocate(size_t size) function in class:bmalloc::MediumAllocator
82 inline bool MediumAllocator::allocate(size_t size, void*& object) function in class:bmalloc::MediumAllocator
87 object = allocate(size);
H A DAllocator.h46 void* allocate(size_t);
83 object = allocator.allocate();
87 inline void* Allocator::allocate(size_t size) function in class:bmalloc::Allocator
H A DCache.h42 static void* allocate(size_t);
81 inline void* Cache::allocate(size_t size) function in class:bmalloc::Cache
H A DSmallAllocator.h46 void* allocate();
80 inline void* SmallAllocator::allocate() function in class:bmalloc::SmallAllocator
H A Dbmalloc.h38 return Cache::allocate(size);
48 void* result = Cache::allocate(newSize);
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DStrongInlines.h35 : Handle<T>(vm.heap.handleSet()->allocate())
42 : Handle<T>(vm.heap.handleSet()->allocate())
51 setSlot(vm.heap.handleSet()->allocate());
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGNodeAllocator.h43 return allocator.allocate();
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Ddebug_allocator.h91 allocate(size_type __n) function in class:debug_allocator
93 pointer __res = _M_allocator.allocate(__n + _M_extra);
100 allocate(size_type __n, const void* __hint) function in class:debug_allocator
102 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp66 entry_pointer p_e = s_entry_allocator.allocate(1);
79 entry_pointer p_e = s_entry_allocator.allocate(1);
H A Dconstructor_destructor_fn_imps.hpp71 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
82 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
94 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
109 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
123 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
138 m_entries(m_entries = s_entry_pointer_allocator.allocate(m_num_e))
/macosx-10.10/libauto-186/auto_tester/
H A DMainThreadFinalization.m52 - (void)allocate
63 [self allocate];
H A DResourceTracking.m60 - (void)allocate
75 [self allocate];
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dinsert_fn_imps.hpp59 metadata_pointer a_new_metadata_vec =(new_size == 0) ? NULL : s_metadata_alloc.allocate(new_size);
/macosx-10.10/smb-759.0/lib/librpc/
H A Dmemory.cpp46 allocate( function in namespace:platform
H A Drpc_helpers.hpp47 static rpc_mempool * allocate(size_t);
60 ret.first = rpc_mempool::allocate(sizeof(T));
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { function
94 pointer allocate(size_type __n) { function in class:allocator
95 return ::allocate((difference_type)__n, (pointer)0);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPODFreeListArena.h47 void* ptr = allocate(roundedSize);
49 // Use placement operator new to allocate a T at this location.
82 void* allocate(size_t size) function in class:WebCore::PODFreeListArena
86 // First allocate from the current chunk.
87 ptr = m_current->allocate(size);
89 // Check if we can allocate from other chunks' free list.
93 ptr = chunk->allocate(size);
106 ptr = m_current->allocate(size);
136 void* allocate(size_t size) function in class:WebCore::PODFreeListArena::FreeListChunk
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dsplit_join_branch_bag.hpp62 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
H A Dconstructors_destructor_fn_imps.hpp62 m_p_head(s_head_allocator.allocate(1)),
73 m_p_head(s_head_allocator.allocate(1)),
88 m_p_head(s_head_allocator.allocate(1)),
178 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1);
200 p_ret = s_internal_node_allocator.allocate(1);
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dpending.rb35 r = Range.allocate
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp77 entry_pointer p_l = s_entry_allocator.allocate(1);
93 entry_pointer p_l = s_entry_allocator.allocate(1);
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dlinklocal.c101 boolean_t allocate; member in struct:__anon6953
434 if (linklocal->allocate) {
493 linklocal->allocate = TRUE;
497 && method_data->linklocal.allocate == FALSE) {
498 /* don't allocate an IP address, just set the subnet */
499 linklocal->allocate = FALSE;
539 boolean_t allocate = TRUE; local
546 && method_data->linklocal.allocate == FALSE) {
547 /* don't allocate an IP address, just set the subnet */
548 allocate
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp53 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
62 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
73 m_p_head(s_node_allocator.allocate(1)),
91 m_p_head(s_node_allocator.allocate(1)),
165 node_pointer p_ret = s_node_allocator.allocate(1);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp67 m_entries(s_entry_allocator.allocate(m_num_e))
78 m_entries(s_entry_allocator.allocate(m_num_e))
90 m_entries(s_entry_allocator.allocate(m_num_e))
104 m_entries(s_entry_allocator.allocate(m_num_e))
118 m_entries(s_entry_allocator.allocate(m_num_e))
133 m_entries(s_entry_allocator.allocate(m_num_e))
150 m_entries(s_entry_allocator.allocate(m_num_e))
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DExecutableAllocatorFixedVMPool.cpp164 PassRefPtr<ExecutableMemoryHandle> ExecutableAllocator::allocate(VM& vm, size_t sizeInBytes, void* ownerUID, JITCompilationEffort effort) function in class:JSC::ExecutableAllocator
166 RefPtr<ExecutableMemoryHandle> result = allocator->allocate(sizeInBytes, ownerUID);
171 result = allocator->allocate(sizeInBytes, ownerUID);

Completed in 131 milliseconds

1234567891011>>