Home
last modified time | relevance | path

Searched refs:MI_CallAlloc (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/include/nitro/mi/
Dallocator.h86 void* MI_CallAlloc(MIAllocator *allocator, u32 length, u32 alignment) in MI_CallAlloc() function
/TwlSDK-5.4/build/libraries/wfs/common/src/
Dwfs_client.c66 context->recv_pkt_bmp_buf = (u32 *)MI_CallAlloc(context->allocator, in WFSi_ReallocBitmap()
120 context->table->buffer = (u8 *)MI_CallAlloc(context->allocator, (u32)length, 1); in WFSi_ReceiveTableSequence()
Dwfs_thread.c216 WFSServerThread *thread = MI_CallAlloc(context->allocator, sizeof(WFSServerThread), 32); in WFS_ExecuteRomServerThread()
Dwfs_format.c98 archive->buffer = MI_CallAlloc(allocator, archive->length, sizeof(u32)); in WFS_LoadTable()
/TwlSDK-5.4/build/demos/wireless_shared/wfs/src/
Dwfs_common.c306 static_work->context = MI_CallAlloc(static_work->allocator, worksize, 32); in WFSi_InitCommon()