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

1234567891011

/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DWeakSetInlines.h33 inline WeakImpl* WeakSet::allocate(JSValue jsValue, WeakHandleOwner* weakHandleOwner, void* context) function in class:JSC::WeakSet
H A DRegion.h76 DeadBlock* allocate();
145 RefPtr<WTF::MetaAllocatorHandle> allocation = superRegion->allocate(s_regionSize, HEAP_MEMORY_ID);
154 RefPtr<WTF::MetaAllocatorHandle> allocation = superRegion->allocate(blockSize, HEAP_MEMORY_ID);
181 PageAllocationAligned allocation = PageAllocationAligned::allocate(s_regionSize, s_regionSize, OSAllocator::JSGCHeapPages);
188 PageAllocationAligned allocation = PageAllocationAligned::allocate(blockSize, blockAlignment, OSAllocator::JSGCHeapPages);
280 inline DeadBlock* Region::allocate() function in class:JSC::Region
H A DBlockAllocator.h60 template <typename T> DeadBlock* allocate();
131 DeadBlock* block = region->allocate();
144 inline DeadBlock* BlockAllocator::allocate() function in class:JSC::BlockAllocator
171 DeadBlock* block = newRegion->allocate();
H A DWeakSet.cpp77 WeakBlock* block = WeakBlock::create(heap()->blockAllocator().allocate<WeakBlock>());
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DPageAllocationAligned.h44 WTF_EXPORT_PRIVATE static PageAllocationAligned allocate(size_t size, size_t alignment, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true);
H A DPageAllocation.h61 PageAllocation::allocate, and deallocated by calling deallocate on the
65 The allocate method is passed the size required (which must be a multiple of
89 static PageAllocation allocate(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false) function in class:WTF::PageAllocation
/macosx-10.10.1/libauto-186/auto_tester/
H A Dslop.m87 - (void)allocate
105 [self allocate];
H A Dmalloc.m104 - (void)allocate
106 // allocate a bunch of blocks
136 [self allocate];
161 // allocate a bunch of blocks
199 - (void)allocate
214 [self allocate];
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp82 a_entries = s_entry_allocator.allocate(actual_size);
84 a_other_entries = s_entry_allocator.allocate(other_actual_size);
142 a_entries = s_entry_allocator.allocate(actual_size);
143 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
H A Derase_fn_imps.hpp59 entry_pointer a_entries = s_entry_allocator.allocate(actual_size);
143 entry_pointer a_entries = s_entry_allocator.allocate(actual_size);
205 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPRuntimeUtilities.cpp67 if (npClass->allocate)
68 npObject = npClass->allocate(npp, npClass);
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_alloc.i51 allocate(size_type __n, const void* = 0);
/macosx-10.10.1/sudo-73/src/
H A Dtoke.l682 yyerror("unable to allocate memory");
810 yyerror("unable to allocate memory");
960 yyerror("unable to allocate memory");
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dsignerutils.h115 virtual void allocate() = 0; // interpass allocations
136 void allocate() { } function in class:Security::CodeSigning::BlobEditor
162 void allocate();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsignerutils.h115 virtual void allocate() = 0; // interpass allocations
136 void allocate() { } function in class:Security::CodeSigning::BlobEditor
162 void allocate();
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DAllocator.cpp133 if (allocator.allocate(size, object))
138 return allocator.allocate(size);
152 return allocator.allocate();
/macosx-10.10.1/WTF-7600.1.24/wtf/text/cf/
H A DStringImplCF.cpp67 static void* allocate(CFIndex size, CFOptionFlags, void*) function in namespace:WTF::StringWrapperCFAllocator
96 underlyingString->deref(); // Balanced by call to ref in allocate above.
110 underlyingString->deref(); // Balanced by call to ref in allocate above.
129 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
161 // CoreFoundation might not have to allocate anything, we clear currentString in case we did not execute allocate().
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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);
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Dto_ruby.rb36 instance = klass.allocate
56 klass.allocate.replace o.value
109 instance = klass.allocate
131 list = register(o, klass.allocate)
148 s = register(o, klass.allocate)
188 string = klass.allocate.replace string
195 list = register(o, klass.allocate)
303 s = klass.allocate
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGVirtualRegisterAllocationPhase.cpp75 // allocate a VirtualRegister for this node. We do so in this
90 VirtualRegister virtualRegister = scoreBoard.allocate();
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dcfmach++.cpp64 // enable() will lazily allocate needed resources, then click into the runloop
70 allocate();
H A Dmach++.h74 void *allocate(size_t size);
107 void allocate(mach_port_right_t right = MACH_PORT_RIGHT_RECEIVE) function in class:Security::MachPlusPlus::Port
153 PortSet() { allocate(MACH_PORT_RIGHT_PORT_SET); }
222 ReceivePort() { allocate(); }
272 Message(mach_msg_size_t size); // allocate buffer with size
277 void setBuffer(mach_msg_size_t size); // allocate buffer with size
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfmach++.cpp64 // enable() will lazily allocate needed resources, then click into the runloop
70 allocate();
H A Dmach++.h74 void *allocate(size_t size);
107 void allocate(mach_port_right_t right = MACH_PORT_RIGHT_RECEIVE) function in class:Security::MachPlusPlus::Port
153 PortSet() { allocate(MACH_PORT_RIGHT_PORT_SET); }
222 ReceivePort() { allocate(); }
272 Message(mach_msg_size_t size); // allocate buffer with size
277 void setBuffer(mach_msg_size_t size); // allocate buffer with size

Completed in 282 milliseconds

1234567891011