|
| _calloc_boxh| Summary | |
#include <membox.h>
void huge *_calloc_boxh (
void huge *box_mem); /* pool address */
| | Description | | The _calloc_boxh routine allocates a block from the huge memory pool box_mem and initializes it to 0. The memory pool must have been previously initialized using the _init_boxh library routine. Note - This routine is reentrant and thread-safe. It may be called from the main function and an interrupt with no restrictions.
| | See Also | | _alloc_boxh, _free_boxh, _init_boxh |
|
|