Searched refs:getFastCase (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DPerProcess.h59 static T* getFastCase();
74 INLINE T* PerProcess<T>::getFastCase() function in class:bmalloc::PerProcess
82 T* object = getFastCase();
H A DDeallocator.cpp58 Heap* heap = PerProcess<Heap>::getFastCase();
71 PerProcess<Heap>::getFastCase()->deallocateLarge(lock, object);
77 PerProcess<Heap>::getFastCase()->deallocateXLarge(lock, object);
126 return PerProcess<Heap>::getFastCase()->deallocateSmallLine(lock, line);
136 Heap* heap = PerProcess<Heap>::getFastCase();
148 return PerProcess<Heap>::getFastCase()->deallocateMediumLine(lock, line);
157 Heap* heap = PerProcess<Heap>::getFastCase();
H A DPerThread.h45 static T* getFastCase();
96 INLINE T* PerThread<T>::getFastCase() function in class:bmalloc::PerThread
104 T* t = getFastCase();
120 BASSERT(!getFastCase());
H A DCache.cpp59 Cache* cache = PerThread<Cache>::getFastCase();
72 Cache* cache = PerThread<Cache>::getFastCase();
H A DCache.h67 Cache* cache = PerThread<Cache>::getFastCase();
75 Cache* cache = PerThread<Cache>::getFastCase();
H A DAllocator.cpp117 return PerProcess<Heap>::getFastCase()->allocateLarge(lock, size);
124 return PerProcess<Heap>::getFastCase()->allocateXLarge(lock, size);

Completed in 121 milliseconds