Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dmemory_mgt.c17 int mc_free_chunks; member
98 mp->mp_freeptr->mc_free_chunks = mp->mp_free_chunks; in MPCreate()
119 assert(p->mc_free_chunks > 0 && p->mc_free_chunks <= p->mc_free_chunks); in MPAllocateChunk()
121 p->mc_free_chunks--; in MPAllocateChunk()
123 if (p->mc_free_chunks) { in MPAllocateChunk()
126 mp->mp_freeptr->mc_free_chunks = p->mc_free_chunks; in MPAllocateChunk()
151 mcp->mc_free_chunks = 1; in MPFreeChunk()