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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.h349 prof_uptrint_t num_alloc [(int)ACONTEXT_MAX]; /* # allocations */
350 prof_uptrint_t bytes_alloc[(int)ACONTEXT_MAX]; /* bytes allocated */
351 prof_uptrint_t num_context[(int)ACONTEXT_MAX]; /* # contexts */
352 prof_uptrint_t wasted [(int)ACONTEXT_MAX]; /* wasted bytes */
353 prof_uptrint_t overhead [(int)ACONTEXT_MAX]; /* overhead bytes */
H A Dprofile-md.c454 for (ac = ACONTEXT_FIRST; ac < ACONTEXT_MAX; ac++) {
941 static const char *cname[ACONTEXT_MAX] = ACONTEXT_NAMES;
1124 for (ac = ACONTEXT_FIRST; ac < ACONTEXT_MAX; ac++) {
1153 for (ac = ACONTEXT_FIRST; ac < ACONTEXT_MAX; ac++) {
1216 for (i = 0; i < (int)ACONTEXT_MAX; i++) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h100 ACONTEXT_MAX = 32 /* # allocation contexts */ enumerator in enum:acontext_type
286 struct alloc_context *acontext[(int)ACONTEXT_MAX];

Completed in 32 milliseconds