CrystalSpace

Public API Reference

Public Member Functions
CS::Memory::AllocatorMalloc Class Reference

A default memory allocator that allocates with cs_malloc(). More...

#include <csutil/allocator.h>

Inheritance diagram for CS::Memory::AllocatorMalloc:
CS::Memory::AllocatorPointerWrapper< ArchiveEntry *, CS::Container::ArrayAllocDefault > CS::Memory::AllocatorPointerWrapper< const char *, CS::Memory::AllocatorMalloc > CS::Memory::AllocatorPointerWrapper< csGradientShade, CS::Container::ArrayAllocDefault > CS::Memory::AllocatorPointerWrapper< csPlugin, CS::Container::ArrayAllocDefault > CS::Memory::AllocatorPointerWrapper< csWeakRef< T >, CS::Memory::AllocatorMalloc > CS::Memory::AllocatorPointerWrapper< ElementArray, CS::Memory::AllocatorMalloc > CS::Memory::AllocatorPointerWrapper< utf32_char, CS::Container::ArrayAllocDefault >

List of all members.

Public Member Functions

void * Alloc (const size_t n)
 Allocate a block of memory of size n.
void Free (void *p)
 Free the block p.
void * Realloc (void *p, size_t newSize)
 Resize the allocated block p to size newSize.
void SetMemTrackerInfo (const char *info)
 Set the information used for memory tracking.

Detailed Description

A default memory allocator that allocates with cs_malloc().

Definition at line 79 of file allocator.h.


Member Function Documentation

void* CS::Memory::AllocatorMalloc::Alloc ( const size_t  n) [inline]

Allocate a block of memory of size n.

Definition at line 90 of file allocator.h.

void CS::Memory::AllocatorMalloc::Free ( void *  p) [inline]

Free the block p.

Definition at line 101 of file allocator.h.

void* CS::Memory::AllocatorMalloc::Realloc ( void *  p,
size_t  newSize 
) [inline]

Resize the allocated block p to size newSize.

Definition at line 109 of file allocator.h.

void CS::Memory::AllocatorMalloc::SetMemTrackerInfo ( const char *  info) [inline]

Set the information used for memory tracking.

Definition at line 121 of file allocator.h.


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

Generated for Crystal Space 2.0 by doxygen 1.7.6.1