Home
last modified time | relevance | path

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

/u-boot/common/
A Ddlmalloc.c434 #define inuse(p)\ macro
815 assert(!inuse(p));
826 assert (next == top || inuse(next));
846 assert(inuse(p));
863 else if (!inuse(next))
1792 if (next == top || !inuse(next))
2329 if (!inuse(p)) return 0;
2363 q < top && inuse(q) && (long)(chunksize(q)) >= (long)MINSIZE; in malloc_update_mallinfo()
A Ddlmalloc.src602 int fordblks; /* total non-inuse space */
1226 foot size or inuse information.
1337 /* extract p's inuse bit */
1339 #define inuse(p)\
1342 /* extract inuse bit of previous chunk */
1626 assert(!inuse(p));
1637 assert (next == top || inuse(next));
1657 assert(inuse(p));
1674 else if (!inuse(next))
2562 if (next == top || !inuse(next))
[all …]

Completed in 15 milliseconds