Searched refs:AllocatePage (Results 1 – 5 of 5) sorted by relevance
/external/lldb/include/lldb/Target/ |
D | Memory.h | 176 AllocatePage (uint32_t byte_size,
|
/external/lldb/source/Target/ |
D | Memory.cpp | 383 AllocatedMemoryCache::AllocatePage (uint32_t byte_size, in AllocatePage() function in AllocatedMemoryCache 429 AllocatedBlockSP block_sp (AllocatePage (byte_size, permissions, 16, error)); in AllocateMemory()
|
/external/chromium_org/v8/test/cctest/ |
D | test-spaces.cc | 307 Page* first_page = memory_allocator->AllocatePage( in TEST() 320 Page* other = memory_allocator->AllocatePage( in TEST()
|
/external/chromium_org/v8/src/heap/ |
D | spaces.cc | 680 Page* MemoryAllocator::AllocatePage(intptr_t size, PagedSpace* owner, in AllocatePage() function in v8::internal::MemoryAllocator 974 Page* p = heap()->isolate()->memory_allocator()->AllocatePage(size, this, in Expand()
|
D | spaces.h | 1007 Page* AllocatePage(intptr_t size, PagedSpace* owner,
|