Memory Divider X
MDX = malloc() + free() + Garbage Collection
 All Classes Namespaces Functions Variables Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NMemoryDividerXAll of Memory Divider X's external interface is contained in the MemoryDividerX namespace
 CMDXConfigurationThe MDXConfiguration structure gathers together all the configuration information for an MDXPool
 CMDXFlagsA structure used for requesting the flags associated with an already allocated memory block. Used in bulk operations
 CMDXInterceptHandlerImplement this interface to provide an intercept free callback
 CMDXLenA structure used for requesting the length of an already allocated memory block. Used in bulk operations
 CMDXLongMallocA structure describing a single memory block request and its flags. Used in bulk operations
 CMDXMarkingHandlerImplement this interface to provide a marking callback
 CMDXPoolAn MDXPool object represents a pool of memory from which blocks can be allocated
 CMDXShortMallocA structure describing one memory block request. Used in bulk operations
 CMDXStatisticsA structure to receive usage statistics, such as ammounts of memory allocated, and current garbage collection thresholds