Struct AllocationRecord

Struct Documentation

struct umpire::util::AllocationRecord

Public Functions

AllocationRecord(void *p, std::size_t s, strategy::AllocationStrategy *strat)
AllocationRecord()

Public Members

void *ptr
std::size_t size
strategy::AllocationStrategy *strategy
util::backtrace allocation_backtrace