Searched refs:size_by_size (Results 1 – 1 of 1) sorted by relevance
33 size_t size_by_size = rosalloc_->UsableSize(size); in AllocationSizeNonvirtual() local36 if (size_by_size != size_by_ptr) { in AllocationSizeNonvirtual()39 << " size_by_size=" << size_by_size << " size_by_ptr=" << size_by_ptr; in AllocationSizeNonvirtual()41 DCHECK_EQ(size_by_size, size_by_ptr); in AllocationSizeNonvirtual()44 *usable_size = size_by_size; in AllocationSizeNonvirtual()46 return size_by_size; in AllocationSizeNonvirtual()