Searched defs:allocation (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DBumpPointerAllocator.h93 void* operator new(size_t size, const PageAllocation& allocation) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGAllocator.h205 PageAllocationAligned allocation = PageAllocationAligned::allocate(Region::size(), Region::size(), OSAllocator::JSGCHeapPages); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DRegion.h136 inline NormalRegion::NormalRegion(PassRefPtr<WTF::MetaAllocatorHandle> allocation, size_t blockSize, size_t totalBlocks) argument
145 RefPtr<WTF::MetaAllocatorHandle> allocation = superRegion->allocate(s_regionSize, HEAP_MEMORY_ID); local
154 RefPtr<WTF::MetaAllocatorHandle> allocation = superRegion->allocate(blockSize, HEAP_MEMORY_ID); local
163 RefPtr<WTF::MetaAllocatorHandle> allocation = m_allocation.release(); local
167 ExcessRegion(PageAllocationAligned& allocation, size_t blockSize, size_t totalBlocks) argument
181 PageAllocationAligned allocation = PageAllocationAligned::allocate(s_regionSize, s_regionSize, OSAllocator::JSGCHeapPages); local
188 PageAllocationAligned allocation = PageAllocationAligned::allocate(blockSize, blockAlignment, OSAllocator::JSGCHeapPages); local
196 PageAllocationAligned allocation = m_allocation; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_gtk_f.c416 gtk_form_size_allocate(GtkWidget *widget, GtkAllocation *allocation) argument
661 GtkAllocation allocation; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_fsctl.h61 uint32_t allocation; member in struct:hfsinfo_metadata
/macosx-10.10.1/xnu-2782.1.97/bsd/net/classq/
H A Dclassq_sfb.h73 u_int32_t allocation; member in struct:sfb_stats
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebViewBase.cpp157 GdkRectangle allocation; local
158 gtk_widget_get_allocation(GTK_WIDGET(webViewBase), &allocation); local
256 GtkAllocation allocation; local
500 static void resizeWebKitWebViewBaseFromAllocation(WebKitWebViewBase* webViewBase, GtkAllocation* allocation, boo argument
553 webkitWebViewBaseSizeAllocate(GtkWidget* widget, GtkAllocation* allocation) argument
[all...]
/macosx-10.10.1/libauto-186/
H A DDefinitions.h525 void * allocation = allocate_memory(needed + 2 * page_size, page_size, VM_MEMORY_MALLOC); local
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp4398 static IOReturn UserIRMAllocationLostNotification(void* refCon, class IOFireWireIRMAllocation* allocation) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dzalloc.c1399 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)]; local
1491 struct zallocation* allocation = &zallocations[hashaddr(addr, zleak_alloc_buckets)]; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c6526 _bfd_elf_canonicalize_symtab(bfd *abfd, asymbol **allocation) argument
6537 _bfd_elf_canonicalize_dynamic_symtab(bfd *abfd, asymbol **allocation) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c6758 struct mallocation *allocation; local
6842 struct mallocation *allocation = &mleak_allocations local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c9929 char allocation, *methodName, *optionName; local

Completed in 432 milliseconds