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

  /art/runtime/gc/space/
dlmalloc_space-inl.h 31 obj = AllocWithoutGrowthLocked(num_bytes, bytes_allocated);
40 inline mirror::Object* DlMallocSpace::AllocWithoutGrowthLocked(size_t num_bytes, size_t* bytes_allocated) {
dlmalloc_space.h 155 mirror::Object* AllocWithoutGrowthLocked(size_t num_bytes, size_t* bytes_allocated)