Searched defs:OperationRecord (Results 1 – 1 of 1) sorted by relevance
53 struct BASE_EXPORT OperationRecord { struct72 return InitializeOperationRecord(freed_address, 0, OperationType::kFree); in InitializeFree() argument77 return InitializeOperationRecord(allocated_address, allocated_size, in InitializeAllocation() argument91 StackTraceContainer stack_trace_ = {};93 size_t size_ = 0;119 ALWAYS_INLINE bool OperationRecord::InitializeOperationRecord( in InitializeOperationRecord() argument