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

Public Member Functions

 ReservedBlockCtl (int32_t s)
 
int32_t size () const
 

Private Attributes

int32_t size_
 

Detailed Description

Lower boundary of a reserved block: a negative size to distinguish from the lower boundary of a free block.

Definition at line 142 of file malloc_arena.h.

Constructor & Destructor Documentation

MallocArena::ReservedBlockCtl::ReservedBlockCtl ( int32_t  s)
inlineexplicit

Definition at line 144 of file malloc_arena.h.

Member Function Documentation

int32_t MallocArena::ReservedBlockCtl::size ( ) const
inline

Definition at line 148 of file malloc_arena.h.

Referenced by MallocArena::Free(), and MallocArena::GetSize().

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

int32_t MallocArena::ReservedBlockCtl::size_
private

Definition at line 151 of file malloc_arena.h.

Referenced by size().


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