Searched refs:allocation_details (Results 1 – 1 of 1) sorted by relevance
61 std::vector<AllocationDetails> allocation_details; member in MemoryTracker65 allocation_details.push_back(detail); in add_element()70 allocation_details.erase(std::next(allocation_details.begin(), index)); in erase_index()99 size_t original_size = allocation_details[index].requested_size_bytes; in reallocate()158 allocation_details.reserve(512); in MemoryTracker()