HomeSort by relevance Sort by last modified time
    Searched refs:AllocPages (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/allocator/
rosalloc.cc 123 void* RosAlloc::AllocPages(Thread* self, size_t num_pages, uint8_t page_map_type) {
138 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x"
153 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex
219 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from "
237 LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fpr)
250 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex
288 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res)
297 LOG(INFO) << "RosAlloc::AllocPages() : nullptr";
475 r = AllocPages(self, num_pages, kPageMapLargeObject);
556 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun))
    [all...]
rosalloc.h 776 void* AllocPages(Thread* self, size_t num_pages, uint8_t page_map_type)
    [all...]

Completed in 35 milliseconds