Searched refs:MI_CallAlloc (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.4/include/nitro/mi/ |
| D | allocator.h | 86 void* MI_CallAlloc(MIAllocator *allocator, u32 length, u32 alignment) in MI_CallAlloc() function
|
| /TwlSDK-5.4/build/libraries/wfs/common/src/ |
| D | wfs_client.c | 66 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()
|
| D | wfs_thread.c | 216 WFSServerThread *thread = MI_CallAlloc(context->allocator, sizeof(WFSServerThread), 32); in WFS_ExecuteRomServerThread()
|
| D | wfs_format.c | 98 archive->buffer = MI_CallAlloc(allocator, archive->length, sizeof(u32)); in WFS_LoadTable()
|
| /TwlSDK-5.4/build/demos/wireless_shared/wfs/src/ |
| D | wfs_common.c | 306 static_work->context = MI_CallAlloc(static_work->allocator, worksize, 32); in WFSi_InitCommon()
|