Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dmemory_mgt.c33 int mp_chunk_size; /* chunk size in bytes */ member
61 mp->mp_chunk_size = chunk_size; in MPCreate()
111 return malloc(mp->mp_chunk_size); in MPAllocateChunk()
125 mp->mp_freeptr = (mem_chunk_t)((u_char *)p + mp->mp_chunk_size); in MPAllocateChunk()
147 assert(((u_char *)p - mp->mp_startptr) % mp->mp_chunk_size == 0); in MPFreeChunk()