Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dallocator.c23 static inline void *AllocatorCalloc(size_t size);
31 .alloc = AllocatorCalloc,
57 static void *AllocatorCalloc(size_t size) in AllocatorCalloc() function