Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dmemory_mgt.c18 struct tag_mem_chunk *mc_next; member
99 mp->mp_freeptr->mc_next = NULL; in MPCreate()
127 mp->mp_freeptr->mc_next = p->mc_next; in MPAllocateChunk()
130 mp->mp_freeptr = p->mc_next; in MPAllocateChunk()
152 mcp->mc_next = mp->mp_freeptr; in MPFreeChunk()