Name |
Description |
| |
| |
| |
| |
| |
| |
This is a slab array of pointers, each pointer may be assigned to point to any user data. | |
| |
| |
Routines to deal with SLAB allocated blocks of structures. Each slab has multiple elements of a type in it, and the blocks are tracked as a linked list. Each block also has a bitmask of allocated elements in the set. --------------------------------------------------------------------------- Set type Usage: typedef struct name_tag { } <name>; #define MAX<name>SPERSET DeclareSet( <name> ); Should alias GetFromset, DeleteFromSet, CountUsedInSet, GetLinearSetArray etc so that the type name is reflected there another good place where #define defining defines is good. | |
This is namespace sack::containers::text. |