Searched refs:MEM_CALLOC (Results 1 – 7 of 7) sorted by relevance
31 HDILib *lib = MEM_CALLOC.alloc(sizeof(HDILib)); in LoadHdiLib()60 MEM_CALLOC.free(lib); in LoadHdiLib()77 MEM_CALLOC.free(lib); in UnloadHdiLib()
32 extern const Allocator MEM_CALLOC;
222 char *bakPath = MEM_CALLOC.alloc(length); in BtmPrepareSnoopFile()232 MEM_CALLOC.free(bakPath); in BtmPrepareSnoopFile()
160 BtmAclConnection *connection = MEM_CALLOC.alloc(sizeof(BtmAclConnection)); in AllocAclConnection()183 MEM_CALLOC.free(connection); in FreeAclConnection()188 BtmAclCallbacksBlock *block = MEM_CALLOC.alloc(sizeof(BtmAclCallbacksBlock)); in BtmAllocAclCallbacksBlock()198 MEM_CALLOC.free(block); in BtmFreeAclCallbacksBlock()1010 *addrList = MEM_CALLOC.alloc(sizeof(BtAddr) * count); in BtmGetLeConnectingAddr()1131 MEM_CALLOC.free(addrList); in BtmOnLeConnectionComplete()1312 MEM_CALLOC.free(addrList); in BtmOnLeEnhancedConnectionComplete()
100 MEM_CALLOC.free(connection); in BtmFreeScoConnection()
30 const Allocator MEM_CALLOC = { variable
137 HciTxPackets *entity = MEM_CALLOC.alloc(sizeof(HciTxPackets)); in AllocTxPacketsEntity()146 MEM_CALLOC.free(packet); in FreeTxPacketsEntity()