![]() |
My Project
|
Go to the source code of this file.
Macros | |
| #define | omSmallSize2AlignedBin omSmallSize2Bin |
| #define | DO_STRDUP(l) (l & 1) |
Functions | |
| void | omtTestAlloc (omMemCell cell, unsigned long spec) |
| void | omtTestFree (omMemCell cell) |
| void | omtTestRealloc (omMemCell cell, unsigned long new_spec) |
| void | omtTestDup (omMemCell cell, unsigned long spec) |
Definition at line 346 of file omtTestAlloc.c.
| #define omSmallSize2AlignedBin omSmallSize2Bin |
Definition at line 29 of file omtTestAlloc.c.
| void omtTestAlloc | ( | omMemCell | cell, |
| unsigned long | spec | ||
| ) |
Definition at line 32 of file omtTestAlloc.c.
| void omtTestDup | ( | omMemCell | cell, |
| unsigned long | spec | ||
| ) |
Definition at line 347 of file omtTestAlloc.c.
| void omtTestFree | ( | omMemCell | cell | ) |
Definition at line 134 of file omtTestAlloc.c.
| void omtTestRealloc | ( | omMemCell | cell, |
| unsigned long | new_spec | ||
| ) |
Definition at line 179 of file omtTestAlloc.c.