CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MallocHeap::BlockPtr Struct Reference

#include <malloc_heap.h>

Public Member Functions

 BlockPtr ()
 
 BlockPtr (void *p)
 

Public Attributes

void * pointer
 

Detailed Description

Definition at line 38 of file malloc_heap.h.

Constructor & Destructor Documentation

MallocHeap::BlockPtr::BlockPtr ( )
inline

Definition at line 39 of file malloc_heap.h.

MallocHeap::BlockPtr::BlockPtr ( void *  p)
inlineexplicit

Definition at line 40 of file malloc_heap.h.

Member Data Documentation

void* MallocHeap::BlockPtr::pointer

Definition at line 41 of file malloc_heap.h.

Referenced by MemoryKvStore::OnBlockMove(), and PluginRamCache::OnBlockMove().


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