The upstream MemoryResource to log.
OptionallogFilePath: stringPath to the file to which logs are written. If not provided, falls back to
the RMM_LOG_FILE environment variable.
OptionalautoFlush: booleanIf true, flushes the log for every (de)allocation. Warning, this will degrade performance.
ReadonlylogPath to the file to which logs are written.
ReadonlymemoryThe MemoryResource to use for allocations larger than any of the bins.
ReadonlysupportsReadonlysupports
Brief
Resource that uses an upstream MemoryResource to allocate memory and logs information about the requested allocation/deallocations.
An instance of this resource can be constructed with an existing, upstream resource in order to satisfy allocation requests and log allocation/deallocation activity.