Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h71 int DympAlloc(DympoolType *pool, void **data, int throttleGrow);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c52 return DympAlloc((DympoolType *)pool, data, throttleGrow); in FillpMallocBufItem()
H A Dnet.c114 ret = DympAlloc(g_spunge->netPool, (void **)&conn, FILLP_FALSE); in FillpNetconnAlloc()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c204 int DympAlloc(DympoolType *pool, void **data, int throttleGrow) in DympAlloc() function
H A Dspunge_message.c37 err = DympAlloc(inst->msgPool, (void **)&msg, FILLP_FALSE); in SpungePostMsg()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c125 FILLP_INT ret = DympAlloc(g_spunge->epitemPool, (void **)&epi, FILLP_FALSE); in EpollMallocEpitem()
399 FILLP_INT ret = DympAlloc(g_spunge->eventpollPool, (void **)&ep, FILLP_FALSE); in EpollMallocEventpoll()