Public Member Functions | |
Arena (uint32_t flags_value) | |
AllocList freelist | GUARDED_BY (mu) |
int32_t allocation_count | GUARDED_BY (mu) |
uint32_t random | GUARDED_BY (mu) |
Public Attributes | |
const uint32_t | flags |
const size_t | min_size |
base_internal::SpinLock | mu |
const size_t | pagesize |
const size_t | roundup |
Definition at line 200 of file low_level_alloc.cc.
absl::base_internal::LowLevelAlloc::Arena::Arena | ( | uint32_t | flags_value | ) | [explicit] |
Definition at line 348 of file low_level_alloc.cc.
AllocList freelist absl::base_internal::LowLevelAlloc::Arena::GUARDED_BY | ( | mu | ) |
int32_t allocation_count absl::base_internal::LowLevelAlloc::Arena::GUARDED_BY | ( | mu | ) |
uint32_t random absl::base_internal::LowLevelAlloc::Arena::GUARDED_BY | ( | mu | ) |
const uint32_t absl::base_internal::LowLevelAlloc::Arena::flags |
Definition at line 210 of file low_level_alloc.cc.
const size_t absl::base_internal::LowLevelAlloc::Arena::min_size |
Definition at line 216 of file low_level_alloc.cc.
Definition at line 204 of file low_level_alloc.cc.
const size_t absl::base_internal::LowLevelAlloc::Arena::pagesize |
Definition at line 212 of file low_level_alloc.cc.
const size_t absl::base_internal::LowLevelAlloc::Arena::roundup |
Definition at line 214 of file low_level_alloc.cc.