Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c420 #define inuse(p)\ macro
761 assert(!inuse(p));
772 assert (next == top || inuse(next));
792 assert(inuse(p));
809 else if (!inuse(next))
1725 if (next == top || !inuse(next))
2239 if (!inuse(p)) return 0;
2273 q < top && inuse(q) && (long)(chunksize(q)) >= (long)MINSIZE; in malloc_update_mallinfo()
H A Ddlmalloc.src595 int ordblks; /* number of non-inuse chunks */
602 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 */
1358 /* check/set/clear inuse bits in known places */
1626 assert(!inuse(p));
1637 assert (next == top || inuse(next));
1657 assert(inuse(p));
[all …]