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

/ast/src/cmd/tests/aso/
H A Dtthread.c44 static unsigned int N_free; variable
57 N_free += 1;
103 N_free = 0;
113 if(N_free != N_OBJS)
114 terror("%s method free() call error -- expected %d, got %d", meth->name, N_OBJS, N_free);
/ast/src/lib/libast/vmalloc/
H A Dvmbest.c38 static int N_free; /* # of free calls */ variable
793 /**/COUNT(N_free);

Completed in 10 milliseconds