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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h314 extern uint32_t fastbacktrace(uintptr_t* bt, uint32_t max_frames) __attribute__((noinline));
H A Dzalloc.c960 * returns the number of frames captured, limited by max_frames.
969 fastbacktrace(uintptr_t* bt, uint32_t max_frames) argument
985 while (frameptr != NULL && frame_index < max_frames ) {
1009 while (frame_index < max_frames)

Completed in 73 milliseconds