Home
last modified time | relevance | path

Searched refs:size_by_size (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/space/
Drosalloc_space.cc392 size_t size_by_size = rosalloc_->UsableSize(size); in AllocationSizeNonvirtual() local
398 if (size_by_size != size_by_ptr) { in AllocationSizeNonvirtual()
401 << " size_by_size=" << size_by_size << " size_by_ptr=" << size_by_ptr; in AllocationSizeNonvirtual()
403 DCHECK_EQ(size_by_size, size_by_ptr); in AllocationSizeNonvirtual()
406 *usable_size = size_by_size; in AllocationSizeNonvirtual()
408 return size_by_size; in AllocationSizeNonvirtual()