Пример #1
0
 static void update_allocated(uint64_t allocated, TR_AllocationKind allocationKind)
    {
    if (_enabled & allocationKind)
       _currentMemUsage.update_allocated(allocated);
    }