Searched refs:allocated_bytes_ (Results 1 – 4 of 4) sorted by relevance
24 allocated_bytes_ += size; in Allocate()54 uint32_t space_size = (space == CODE_SPACE) ? allocated_bytes_ : 0; in OutputStatistics()
41 uint32_t allocated_bytes_ = 0; variable
719 size_t allocated_bytes_; variable860 size_t allocated_bytes() { return allocated_bytes_; } in allocated_bytes()863 allocated_bytes_ += bytes; in IncreaseAllocatedBytes()868 allocated_bytes_ -= bytes; in DecreaseAllocatedBytes()
664 chunk->allocated_bytes_ = chunk->area_size(); in Initialize()972 void Page::ResetAllocatedBytes() { allocated_bytes_ = area_size(); } in AllocateChunk()