Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c3983 void** marray; /* either "chunks" or malloced ptr array */ in ialloc() local
3993 marray = chunks; in ialloc()
4000 marray = 0; in ialloc()
4042 if (marray == 0) { in ialloc()
4046 marray = (void**) (chunk2mem(array_chunk)); in ialloc()
4053 marray[i] = chunk2mem(p); in ialloc()
4070 if (marray != chunks) { in ialloc()
4078 check_inuse_chunk(m, mem2chunk(marray)); in ialloc()
4081 check_inuse_chunk(m, mem2chunk(marray[i])); in ialloc()
4086 return marray; in ialloc()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c4583 void** marray; /* either "chunks" or malloced ptr array */ in ialloc() local
4594 marray = chunks; in ialloc()
4601 marray = 0; in ialloc()
4643 if (marray == 0) { in ialloc()
4647 marray = (void**) (chunk2mem(array_chunk)); in ialloc()
4654 marray[i] = chunk2mem(p); in ialloc()
4671 if (marray != chunks) { in ialloc()
4679 check_inuse_chunk(m, mem2chunk(marray)); in ialloc()
4682 check_inuse_chunk(m, mem2chunk(marray[i])); in ialloc()
4687 return marray; in ialloc()