Class internal_blazing_host_memory_resource

Class Documentation

class internal_blazing_host_memory_resource

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

Public Functions

internal_blazing_host_memory_resource(float custom_threshold)
virtual ~internal_blazing_host_memory_resource() = default
void allocate(std::size_t bytes)
void deallocate(std::size_t bytes)
size_t get_from_driver_used_memory()
size_t get_memory_used()
size_t get_total_memory()
size_t get_memory_limit()