CernVM-FS
2.12.0
|
#include <kvstore.h>
Public Member Functions | |
AllocHeader () | |
Public Attributes | |
uint8_t | version |
shash::Any | id |
All objects in memory are prepended by an AllocHeader that allows the Key-Value store to find the pointer when the heap memory manager compacts the allocations.
shash::Any AllocHeader::id |
Definition at line 32 of file kvstore.h.
Referenced by MemoryKvStore::DoMalloc(), and MemoryKvStore::OnBlockMove().
uint8_t AllocHeader::version |
Definition at line 31 of file kvstore.h.
Referenced by MemoryKvStore::OnBlockMove().