#include <membox.h>
void near *_calloc_boxn (
void near *box_mem); /* pool address */
Description
The _calloc_boxn routine allocates a block from the near
memory pool box_mem and initializes it to 0. The
memory pool must have been previously initialized using the
_init_boxn library routine.
Note
This routine is reentrant and thread-safe. It may be called
from the main function and an interrupt with no restrictions.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.