Grid 0.7.0
MemoryManager::AllocationCacheEntry Struct Reference

Data Fields

void * address
size_t bytes
int valid

Detailed Description

Definition at line 95 of file MemoryManager.h.

Field Documentation

◆ address

void* MemoryManager::AllocationCacheEntry::address

Definition at line 96 of file MemoryManager.h.

Referenced by MemoryManager::Insert(), and MemoryManager::Lookup().

◆ bytes

size_t MemoryManager::AllocationCacheEntry::bytes

Definition at line 97 of file MemoryManager.h.

Referenced by MemoryManager::Insert(), and MemoryManager::Lookup().

◆ valid

int MemoryManager::AllocationCacheEntry::valid

Definition at line 98 of file MemoryManager.h.

Referenced by MemoryManager::Insert(), and MemoryManager::Lookup().


The documentation for this struct was generated from the following file: