Searched defs:next_chunk (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c1836 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->size & ~SIZE_BITS) )) macro

Completed in 76 milliseconds