Next: , Previous: , Up: blocks   [Contents][Index]


6.2 Predicates for blocks

Function: bool ccmem_block_is_empty (ccmem_block_t const S)

Return true if the block is empty, that is: the length is zero, the pointer is not NULL; otherwise return false.

Function: bool ccmem_block_is_null (ccmem_block_t const S)

Return true if the block is null, that is: the length is zero, the pointer is NULL; otherwise return false.


Next: , Previous: , Up: blocks   [Contents][Index]

This document describes version 0.2.2-devel.3 of CCMemory.