DefaultBlockPoolMonitor.TrackMemoryAllocated(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when memory is newly allocated by the cache.
public void TrackMemoryAllocated (long allocatedMemoryInByte);
abstract member TrackMemoryAllocated : int64 -> unit
override this.TrackMemoryAllocated : int64 -> unit
Public Sub TrackMemoryAllocated (allocatedMemoryInByte As Long)
Parameters
- allocatedMemoryInByte
- Int64