Searched refs:SRTM_MessagePool_Alloc (Results 1 – 3 of 3) sorted by relevance
37 void *SRTM_MessagePool_Alloc(uint32_t size);
35 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()
57 void *SRTM_MessagePool_Alloc(uint32_t size) in SRTM_MessagePool_Alloc() function