Searched refs:deallocator (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DCache.cpp75 cache->deallocator().deallocateSlowCase(object);
80 PerThread<Cache>::getSlowCase()->deallocator().deallocate(object);
H A DCache.h48 Deallocator& deallocator() { return m_deallocator; } function in class:bmalloc::Cache
78 return cache->deallocator().deallocateFastCase(object);
H A DAllocator.cpp38 Allocator::Allocator(Deallocator& deallocator) argument
39 : m_deallocator(deallocator)
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DShareableResource.cpp91 RetainPtr<CFAllocatorRef> deallocator = adoptCF(createShareableResourceDeallocator(resource.get())); local
92 return adoptCF(CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(resource->data()), static_cast<CFIndex>(resource->size()), deallocator.get()));
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DNetscapePluginHostProxy.mm389 DataDeallocator deallocator(text, textCnt);
496 DataDeallocator deallocator(resultData, resultLength);
577 DataDeallocator deallocator(scriptData, scriptLength);
608 DataDeallocator deallocator(name, nameCnt);
636 DataDeallocator deallocator(argumentsData, argumentsLength);
672 DataDeallocator deallocator(argumentsData, argumentsLength);
703 DataDeallocator deallocator(argumentsData, argumentsLength);
759 DataDeallocator deallocator(valueData, valueLength);
982 DataDeallocator deallocator(urlData, urlLength);
1004 DataDeallocator deallocator(urlDat
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dlist.c180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dlist.c180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;
/macosx-10.10/libauto-186/
H A DZoneCompaction.cpp1064 deallocate_phase deallocator(logVector);
1065 visitAllocatedBlocksForCompaction(this, deallocator);
1066 ASSERTION(deallocator.objectsDeallocated() == forwarder.objectsMoved());

Completed in 200 milliseconds