Searched refs:M_nfree (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s342 LCL(M_nfree) = LCL(M_next)+4 /* # bytes available */
343 LCL(M_nalloc) = LCL(M_nfree)+4 /* # bytes allocated */
350 #define M_nfree LCL(M_nfree) define
749 cmpl %eax,M_nfree(%edx) /* see if we have enough space */
766 subl %eax,M_nfree(%edx) /* decrement bytes remaining */
808 movl %esi,M_nfree(%edx) /* # free bytes */
845 movl %esi,M_nfree(%edx) /* # free bytes */

Completed in 20 milliseconds