HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_MemoryTable Class Reference

#include <SYS_Memory.h>

Public Member Functions

 SYS_MemoryTable (SYS_MemoryUser *user_list, int number_of_users)
 
SYS_MemoryUsergetUser (int index)
 
const SYS_MemoryUsergetUser (int index) const
 
int entries () const
 
size_t getUsed () const
 
size_t getPeak () const
 
void inc (int user, size_t amount)
 
void dec (int user, size_t amount)
 

Detailed Description

Definition at line 105 of file SYS_Memory.h.

Constructor & Destructor Documentation

SYS_MemoryTable::SYS_MemoryTable ( SYS_MemoryUser user_list,
int  number_of_users 
)
inline

Definition at line 107 of file SYS_Memory.h.

Member Function Documentation

void SYS_MemoryTable::dec ( int  user,
size_t  amount 
)
inline

Definition at line 124 of file SYS_Memory.h.

int SYS_MemoryTable::entries ( ) const
inline

Definition at line 116 of file SYS_Memory.h.

size_t SYS_MemoryTable::getPeak ( ) const
size_t SYS_MemoryTable::getUsed ( ) const
SYS_MemoryUser& SYS_MemoryTable::getUser ( int  index)
inline

Definition at line 113 of file SYS_Memory.h.

const SYS_MemoryUser& SYS_MemoryTable::getUser ( int  index) const
inline

Definition at line 114 of file SYS_Memory.h.

void SYS_MemoryTable::inc ( int  user,
size_t  amount 
)
inline

Definition at line 120 of file SYS_Memory.h.


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