Home | History | Annotate | Download | only in allocator

Lines Matching refs:ByteSize

54     size_t ByteSize(RosAlloc* rosalloc) const REQUIRES(rosalloc->lock_) {
74 uint8_t* end = fpr_base + ByteSize(rosalloc);
79 return ByteSize(rosalloc) >= rosalloc->page_release_size_threshold_;
83 return reinterpret_cast<uint8_t*>(this) + ByteSize(rosalloc) == rosalloc->base_ + rosalloc->footprint_;
104 size_t byte_size = ByteSize(rosalloc);