fixed a bug in pma

This commit is contained in:
2011-08-19 10:26:47 +00:00
parent d38faa3b1f
commit 03dad41aa2
5 changed files with 127 additions and 46 deletions

View File

@ -86,6 +86,12 @@ void* qse_pma_alloc (
qse_size_t size
);
void* qse_pma_calloc (
qse_pma_t* pma,
qse_size_t size
);
void* qse_pma_realloc (
qse_pma_t* pma, /**< memory allocator */
void* blk, /**< memory block */