#include <VMHeap.h>
|
SmallPage * | allocateSmallPage (std::lock_guard< StaticMutex > &, size_t) |
|
void | deallocateSmallPage (std::unique_lock< StaticMutex > &, size_t, SmallPage *) |
|
LargeRange | tryAllocateLargeChunk (std::lock_guard< StaticMutex > &, size_t alignment, size_t) |
|
SmallPage * | allocateSmallPage (std::lock_guard< StaticMutex > &, size_t) |
|
void | deallocateSmallPage (std::unique_lock< StaticMutex > &, size_t, SmallPage *) |
|
LargeRange | tryAllocateLargeChunk (std::lock_guard< StaticMutex > &, size_t alignment, size_t) |
|
◆ allocateSmallPage() [1/2]
◆ allocateSmallPage() [2/2]
◆ deallocateSmallPage() [1/2]
◆ deallocateSmallPage() [2/2]
◆ tryAllocateLargeChunk() [1/2]
◆ tryAllocateLargeChunk() [2/2]
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/bmalloc/VMHeap.h
- Source/bmalloc/bmalloc/VMHeap.cpp