Home | History | Annotate | Download | only in src

Lines Matching refs:MemoryAllocator

59   return MemoryAllocator::GetNextPage(this);
64 PagedSpace* owner = MemoryAllocator::PageOwner(this);
149 // MemoryAllocator
151 bool MemoryAllocator::IsValidChunk(int chunk_id) {
159 bool MemoryAllocator::IsValidChunkId(int chunk_id) {
164 bool MemoryAllocator::IsPageInSpace(Page* p, PagedSpace* space) {
177 Page* MemoryAllocator::GetNextPage(Page* p) {
184 int MemoryAllocator::GetChunkId(Page* p) {
190 void MemoryAllocator::SetNextPage(Page* prev, Page* next) {
198 PagedSpace* MemoryAllocator::PageOwner(Page* page) {
205 bool MemoryAllocator::InInitialChunk(Address address) {
215 void MemoryAllocator::Protect(Address start, size_t size) {
220 void MemoryAllocator::Unprotect(Address start,
227 void MemoryAllocator::ProtectChunkFromPage(Page* page) {
233 void MemoryAllocator::UnprotectChunkFromPage(Page* page) {
249 return MemoryAllocator::IsPageInSpace(p, this);