Searched refs:header_addr_ (Results 1 – 1 of 1) sorted by relevance
46 …cit constexpr AllocatorInfo(AllocatorType type, const void *addr) : type_(type), header_addr_(addr) in AllocatorInfo()49 ASSERT(header_addr_ != nullptr); in AllocatorInfo()59 return header_addr_; in GetAllocatorHeaderAddr()69 const void *header_addr_; variable