Home
last modified time | relevance | path

Searched refs:SRTM_MessagePool_Alloc (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_message_pool.h37 void *SRTM_MessagePool_Alloc(uint32_t size);
Dsrtm_message.c35 msg = (srtm_message_t)SRTM_MessagePool_Alloc(sizeof(struct _srtm_message) + len); in SRTM_Message_Create()
60 dup = (srtm_message_t)SRTM_MessagePool_Alloc(sizeof(struct _srtm_message) + msg->dataLen); in SRTM_Message_Duplicate()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/port/
Dsrtm_message_pool.c57 void *SRTM_MessagePool_Alloc(uint32_t size) in SRTM_MessagePool_Alloc() function