Searched refs:Deallocator (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DDeallocator.h38 class Deallocator { class in namespace:bmalloc
40 Deallocator();
41 ~Deallocator();
68 inline bool Deallocator::deallocateFastCase(void* object)
82 inline void Deallocator::deallocate(void* object)
H A DDeallocator.cpp29 #include "Deallocator.h"
41 Deallocator::Deallocator() function in class:bmalloc::Deallocator
48 Deallocator::~Deallocator()
53 void Deallocator::scavenge()
68 void Deallocator::deallocateLarge(void* object)
74 void Deallocator::deallocateXLarge(void* object)
80 void Deallocator::processObjectLog()
102 void Deallocator
[all...]
H A DAllocator.h37 class Deallocator;
43 Allocator(Deallocator&);
65 Deallocator& m_deallocator;
H A DCache.h30 #include "Deallocator.h"
48 Deallocator& deallocator() { return m_deallocator; }
61 Deallocator m_deallocator;
H A DAllocator.cpp28 #include "Deallocator.h"
38 Allocator::Allocator(Deallocator& deallocator)

Completed in 187 milliseconds