FZGPUModules 1.0
GPU-accelerated modular compression pipeline
Loading...
Searching...
No Matches
fz::AllocationInfo Struct Reference

#include <mempool.h>

Public Attributes

void * ptr
 Device pointer.
 
size_t size
 Size in bytes.
 
std::string tag
 Debug label (e.g. "lorenzo_output").
 
bool in_use
 True while allocated.
 

Detailed Description

Allocation metadata for debugging and lifetime tracking.