HDK
|
This is the complete list of members for SYS_Memory, including all inherited members.
acquire(SYS_MemoryTable &table, int which_entry, size_t amount) | SYS_Memory | inlinestatic |
Calloc(SYS_MemoryTable &table, int which_entry, size_t amount) | SYS_Memory | inlinestatic |
Free(SYS_MemoryTable &table, int which_entry, void *memory, size_t amount) | SYS_Memory | inlinestatic |
Malloc(SYS_MemoryTable &table, int which_entry, size_t amount) | SYS_Memory | inlinestatic |
Realloc(SYS_MemoryTable &table, int which_entry, void *original_memory, size_t old_amount, size_t new_amount) | SYS_Memory | inlinestatic |
release(SYS_MemoryTable &table, int which_entry, size_t amount) | SYS_Memory | inlinestatic |