Searched refs:aligned_alloc_ptr_ (Results 1 – 2 of 2) sorted by relevance
52 aligned_alloc_ptr_ = inline_block_; in Arena()113 aligned_alloc_ptr_ = block_head + bytes; in AllocateFallback()117 aligned_alloc_ptr_ = block_head; in AllocateFallback()185 reinterpret_cast<uintptr_t>(aligned_alloc_ptr_) & (kAlignUnit - 1); in AllocateAligned()190 result = aligned_alloc_ptr_ + slop; in AllocateAligned()191 aligned_alloc_ptr_ += needed; in AllocateAligned()
107 char* aligned_alloc_ptr_ = nullptr; variable