Class blazing_disk_memory_resource

Inheritance Relationships

Base Type

Class Documentation

class blazing_disk_memory_resource : public BlazingMemoryResource

This class represents a custom disk memory resource used in the cache system.

Public Functions

blazing_disk_memory_resource(float custom_threshold = 0.75)
virtual ~blazing_disk_memory_resource() = default
virtual size_t get_from_driver_used_memory()
virtual size_t get_memory_limit()
virtual size_t get_memory_used()
virtual size_t get_total_memory()

Public Static Functions

static inline blazing_disk_memory_resource &getInstance()