Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

oscl_defalloc.h File Reference

The file defines simple default memory allocator classes. These allocators are used by the Oscl_Vector and Oscl_Map class, etc. More...

#include "oscl_base.h"
#include "osclconfig_compiler_warnings.h"
#include "oscl_mem_inst.h"

Go to the source code of this file.

Data Structures

class  Oscl_Alloc
class  Oscl_Dealloc
class  Oscl_DefAlloc
class  Oscl_TAlloc
class  OsclAllocDestructDealloc
class  OsclDestructDealloc
struct  rebind

Defines

#define OSCL_DISABLE_WARNING_TRUNCATE_DEBUG_MESSAGE
#define ALLOCATE(n)   allocate_fl(n,__FILE__,__LINE__)
#define ALLOC_AND_CONSTRUCT(n)   alloc_and_construct_fl(n,__FILE__,__LINE__)


Detailed Description

The file defines simple default memory allocator classes. These allocators are used by the Oscl_Vector and Oscl_Map class, etc.


OSCL API
Posting Version: OPENCORE_20090310