"L. Spiro Engine"
Public Attributes

lsa::CSmallAllocator::LSA_SMALL_ALLOC_BLOCKSET Struct Reference

#include <LSASmallAllocator.h>

List of all members.

Public Attributes

LSA_SIZE * psBits
LSUINT8 * pui8Blocks
LSUINT32 ui32Blocks

Detailed Description

The bocks are stored as a pointer to the free/used key bits followed by a pointer to the first block in the set.


Member Data Documentation

Pointer to the array of bits that determine which blocks are used. The bits are packed in sets of either 32 bits or 64 bits depending on the operating system (remember to make separate builds for each operating system).

The pointer to the first block in this set.

Number of blocks in this set.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator