Home | History | Annotate | Download | only in stdlib

Lines Matching full:marray

3960   void**    marray;         /* either "chunks" or malloced ptr array */
3970 marray = chunks;
3977 marray = 0;
4019 if (marray == 0) {
4023 marray = (void**) (chunk2mem(array_chunk));
4030 marray[i] = chunk2mem(p);
4047 if (marray != chunks) {
4055 check_inuse_chunk(m, mem2chunk(marray));
4058 check_inuse_chunk(m, mem2chunk(marray[i]));
4063 return marray;