Searched refs:DympAlloc (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | dympool.h | 71 int DympAlloc(DympoolType *pool, void **data, int throttleGrow);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_buf_item.c | 52 return DympAlloc((DympoolType *)pool, data, throttleGrow); in FillpMallocBufItem()
|
H A D | net.c | 114 ret = DympAlloc(g_spunge->netPool, (void **)&conn, FILLP_FALSE); in FillpNetconnAlloc()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | dympool.c | 204 int DympAlloc(DympoolType *pool, void **data, int throttleGrow) in DympAlloc() function
|
H A D | spunge_message.c | 37 err = DympAlloc(inst->msgPool, (void **)&msg, FILLP_FALSE); in SpungePostMsg()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | epoll_app.c | 125 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()
|