include/nuttx/arch.h: Add up_textheap_heapmember
This commit is contained in:
parent
de27cfeec7
commit
35a5cc27ac
@ -801,6 +801,18 @@ FAR void *up_textheap_memalign(size_t align, size_t size);
|
||||
void up_textheap_free(FAR void *p);
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: up_textheap_heapmember
|
||||
*
|
||||
* Description:
|
||||
* Test if memory is from text heap.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_ARCH_USE_TEXT_HEAP)
|
||||
bool up_textheap_heapmember(FAR void *p);
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name: up_setpicbase and up_getpicbase
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user