Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c50 int FillpMallocBufItem(void *pool, void **data, int throttleGrow) in FillpMallocBufItem() argument
52 return DympAlloc((DympoolType *)pool, data, throttleGrow); in FillpMallocBufItem()
55 int FillpAskMoreBufItem(void *pool, int stepSize, int throttleGrow) in FillpAskMoreBufItem() argument
57 return DympAskMoreMemory((DympoolType *)pool, stepSize, throttleGrow); in FillpAskMoreBufItem()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dfillp_buf_item.h29 int FillpMallocBufItem(void *pool, void **data, int throttleGrow);
33 int FillpAskMoreBufItem(void *pool, int stepSize, int throttleGrow);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c176 int DympAskMoreMemory(DympoolType *pool, int stepSize, int throttleGrow) in DympAskMoreMemory() argument
182 FILLP_UNUSED_PARA(throttleGrow); in DympAskMoreMemory()
204 int DympAlloc(DympoolType *pool, void **data, int throttleGrow) in DympAlloc() argument
218 (DympAskMoreMemory(pool, pool->initSize, throttleGrow) > 0)) { in DympAlloc()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h70 int DympAskMoreMemory(DympoolType *pool, int stepSize, int throttleGrow);
71 int DympAlloc(DympoolType *pool, void **data, int throttleGrow);