Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c5010 void** marray; /* either "chunks" or malloced ptr array */ in ialloc() local
5021 marray = chunks; in ialloc()
5028 marray = 0; in ialloc()
5070 if (marray == 0) { in ialloc()
5074 marray = (void**) (chunk2mem(array_chunk)); in ialloc()
5081 marray[i] = chunk2mem(p); in ialloc()
5098 if (marray != chunks) { in ialloc()
5106 check_inuse_chunk(m, mem2chunk(marray)); in ialloc()
5109 check_inuse_chunk(m, mem2chunk(marray[i])); in ialloc()
5114 return marray; in ialloc()