45
45
/************************************************************************
46
46
Allocates memory from a pool. NOTE: This low-level function should only be
52
52
/* out, own: allocated memory buffer */
54
54
space usage, the size should be a power of 2
58
56
mem_pool_t* pool); /* in: memory pool */
59
57
/************************************************************************
60
58
Frees memory to a pool. */