Home
last modified time | relevance | path

Searched refs:MEM_CALLOC (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhdi_wrapper.c31 HDILib *lib = MEM_CALLOC.alloc(sizeof(HDILib)); in LoadHdiLib()
60 MEM_CALLOC.free(lib); in LoadHdiLib()
77 MEM_CALLOC.free(lib); in UnloadHdiLib()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dallocator.h32 extern const Allocator MEM_CALLOC;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c222 char *bakPath = MEM_CALLOC.alloc(length); in BtmPrepareSnoopFile()
232 MEM_CALLOC.free(bakPath); in BtmPrepareSnoopFile()
H A Dbtm_acl.c160 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()
H A Dbtm_sco.c100 MEM_CALLOC.free(connection); in BtmFreeScoConnection()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dallocator.c30 const Allocator MEM_CALLOC = { variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c137 HciTxPackets *entity = MEM_CALLOC.alloc(sizeof(HciTxPackets)); in AllocTxPacketsEntity()
146 MEM_CALLOC.free(packet); in FreeTxPacketsEntity()