added qse_rbt_cbsert()

This commit is contained in:
2010-10-31 06:49:18 +00:00
parent d58631e70b
commit 1c82886941
9 changed files with 601 additions and 134 deletions

View File

@ -271,7 +271,7 @@ void* qse_fma_alloc (
* the @a size requested is not greater than the fixed block size of the memory
* allocator @a fma, it allocates a block of the fixed size; If the block
* @a blk is not #QSE_NULL and the @a size requested is not greater than the
* fixed block size of the memory allocator @a fma, it returns the block @blk.
* fixed block size of the memory allocator @a fma, it returns the block @a blk.
*
* @return block pointer on success, #QSE_NULL on failure
*/