Searched refs:deallocateFastCase (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DDeallocator.h44 bool deallocateFastCase(void*);
68 inline bool Deallocator::deallocateFastCase(void* object) function in class:bmalloc::Deallocator
84 if (!deallocateFastCase(object))
H A DCache.h57 static bool deallocateFastCase(void*);
73 inline bool Cache::deallocateFastCase(void* object) function in class:bmalloc::Cache
78 return cache->deallocator().deallocateFastCase(object);
91 if (!deallocateFastCase(object))
H A DDeallocator.cpp104 BASSERT(!deallocateFastCase(object));

Completed in 196 milliseconds