Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h48 #define FILLP_MALLOC (g_fillpOsBasicLibFun.memAlloc)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h924 FillpMemAllocFunc memAlloc; /* Memory allocation callback function. */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1366 g_fillpOsBasicLibFun.memAlloc = FillpMemAlloc; in FillpRegBasicFun()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1389 FILLP_REG_OS_BASIC_LIB_FUNC(libSysFunc, memAlloc); in FtRegCopyOsBasicLibFunc()