Home
last modified time | relevance | path

Searched refs:autoExpand (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h58 FILLP_BOOL autoExpand; /* If auto expand if no item can be alloced */ member
63 DympoolType *DympCreatePool(int initSize, int maxSize, int itemSize, FILLP_BOOL autoExpand,
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c21 DympoolType *DympCreatePool(int initSize, int maxSize, int itemSize, FILLP_BOOL autoExpand, in DympCreatePool() argument
41 pool->autoExpand = autoExpand; in DympCreatePool()
217 if ((ret <= 0) && (pool->autoExpand == FILLP_TRUE) && (pool->currentSize < pool->maxSize) && in DympAlloc()

Completed in 1 milliseconds