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 D | fillp_buf_item.c | 50 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 D | fillp_buf_item.h | 29 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 D | dympool.c | 176 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 D | dympool.h | 70 int DympAskMoreMemory(DympoolType *pool, int stepSize, int throttleGrow); 71 int DympAlloc(DympoolType *pool, void **data, int throttleGrow);
|