Grid Community Toolkit
6.2.1607800521 (tag: v6.2.20201212)
|
Memory Pool. More...
Go to the source code of this file.
Functions | |
globus_bool_t | globus_memory_init (globus_memory_t *mem_info, int node_size, int node_count) |
Initialize memory pool. More... | |
void * | globus_memory_pop_node (globus_memory_t *mem_info) |
Retrieve a memory item from a pool. More... | |
globus_bool_t | globus_memory_push_node (globus_memory_t *mem_info, void *buf) |
Return a memory item to the pool. More... | |
globus_bool_t | globus_memory_destroy (globus_memory_t *mem_info) |
Destroy a memory pool. More... | |
Memory Pool.