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

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h204 struct alloc_context { struct
205 struct alloc_context *next; /* next allocation context block */
286 struct alloc_context *acontext[(int)ACONTEXT_MAX];
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c310 struct alloc_context context;
316 struct alloc_context *context = &mptr->context;
413 pv->acontext_size = sizeof(struct alloc_context);
455 pv->acontext[ac] = (struct alloc_context *)0;
560 struct alloc_context *aptr;
564 aptr != (struct alloc_context *)0;
590 struct alloc_context *aptr;
600 aptr != (struct alloc_context *)0;
643 struct alloc_context *aptr;
650 aptr != (struct alloc_context *)
[all...]
H A Dprofile-asm.s732 je LCL(alloc_context) /* need to allocate a new context block */
823 LCL(alloc_context):

Completed in 18 milliseconds