PrevNextUpHome SophiaFramework UNIVERSE 5.3

14.1. Memory Management Classes

There are 4 types of classes for managing memory. The SFXBuffer class can be converted into SFXAnsiString or SFXWideString class and vice versa.

Table 14.1. Memory Management Classes

Class Name Description
SFXHeap Class which represents a heap.
SFXClusterHeap Class which represents a heap that supports block allocation.
SFXBuffer Class which represents a buffer.
SFXRingBuffer Class which represents a ring buffer.