The following table lists macros in this documentation.
Name |
Description |
A macro for use by internal code that tests a whole set of bits for used. (32 bits, can check to see if any in 32 is free) | |
A macro for use by internal code that marks a member of a set as available. | |
A macro which is used to emit code in C++ mode... | |
| |
| |
Delete all allocated slabs. | |
Marks a member in a set as usable. | |
| |
| |
| |
| |
| |
Gets the index of a member passed as a pointer. | |
| |
| |
| |
| |
A macro for use by internal code that tests a member of a set as used. | |
This function can check to see if a pointer is a valid element from a set. | |
A macro for use by internal code that marks a member of a set as used. | |
Hard coded 32 bit division for getting word index. (x>>5) | |
Hard coded 32 bit division for getting bit index. (x & 0x1f) |
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|