#include <membox.h>
void far *_alloc_boxf (
void far *box_mem); /* pool address */
Description
The _alloc_boxf routine allocates a block from the far
memory pool box_mem. The memory pool must have
been previously initialized using the _init_boxf library
routine.
Note
This routine is reentrant and thread-safe. It may be called
from the main function and an interrupt with no restrictions.
Return Value
The _alloc_boxf routine returns a far pointer to the
allocated block (if available) or a NULL pointer if no block is
available.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.