Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h30 } DympMemory; typedef
32 static __inline DympMemory *DympMemoryNodeEntry(struct HlistNode *node) in DympMemoryNodeEntry()
34 return (DympMemory *)((char *)(node) - (uintptr_t)(&(((DympMemory *)0)->hnode))); in DympMemoryNodeEntry()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c78 DympMemory *mem = FILLP_NULL_PTR; in DympDestroyPool()
88 char *dataPointer = (char *)((char *)mem + sizeof(DympMemory)); in DympDestroyPool()
124 DympMemory *mem = FILLP_NULL_PTR; in DympExpandMemory()
127 ((FILLP_INT)(FILLP_MAX_INT_VALUE - sizeof(DympMemory)) / in DympExpandMemory()
132 int askSize = (int)((size_t)stepSizeWork * ((size_t)pool->itemSize + sizeof(DympItemType)) + sizeof(DympMemory)); in DympExpandMemory()
133 mem = (DympMemory *)SpungeAlloc(1, (FILLP_SIZE_T)((FILLP_UINT)askSize), (FILLP_INT)SPUNGE_ALLOC_TYPE_MALLOC); in DympExpandMemory()
139 dataPointer = (char *)((char *)mem + sizeof(DympMemory)); in DympExpandMemory()

Completed in 1 milliseconds