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

  /art/runtime/gc/space/
dlmalloc_space-inl.h 26 inline mirror::Object* DlMallocSpace::AllocNonvirtual(Thread* self, size_t num_bytes,
dlmalloc_space.h 64 mirror::Object* AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated);
dlmalloc_space.cc 248 return AllocNonvirtual(self, num_bytes, bytes_allocated);
  /art/runtime/gc/
heap.cc     [all...]

Completed in 134 milliseconds