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

  /art/runtime/gc/allocator/
rosalloc-inl.h 102 inline size_t RosAlloc::MaxBytesBulkAllocatedFor(size_t size) {
  /art/runtime/gc/space/
memory_tool_malloc_space-inl.h 257 kUseObjSizeForUsable>::MaxBytesBulkAllocatedFor(size_t num_bytes) {
258 return S::MaxBytesBulkAllocatedFor(num_bytes + 2 * kMemoryToolRedZoneBytes);

Completed in 208 milliseconds