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

/xnu-2422.115.4/osfmk/profiling/i386/
H A Dprofile-md.h321 prof_uptrint_t num_alloc [(int)ACONTEXT_MAX]; /* # allocations */
322 prof_uptrint_t bytes_alloc[(int)ACONTEXT_MAX]; /* bytes allocated */
323 prof_uptrint_t num_context[(int)ACONTEXT_MAX]; /* # contexts */
324 prof_uptrint_t wasted [(int)ACONTEXT_MAX]; /* wasted bytes */
325 prof_uptrint_t overhead [(int)ACONTEXT_MAX]; /* overhead bytes */
/xnu-2422.115.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 45 milliseconds