Searched refs:depth (Results 1 – 2 of 2) sorted by relevance
99 void print_backtrace(const intptr_t *bt, int depth) in print_backtrace() argument106 depth = heaptracker_stacktrace(self_bt, MAX_BACKTRACE_DEPTH); in print_backtrace()111 for (cnt = 0; cnt < depth && cnt < MAX_BACKTRACE_DEPTH; cnt++) { in print_backtrace()371 int depth; in __wrap_free() local372 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); in __wrap_free()385 print_backtrace(bt, depth); in __wrap_free()390 print_backtrace(bt, depth); in __wrap_free()419 int depth; in __wrap_realloc() local420 depth = heaptracker_stacktrace(bt, MAX_BACKTRACE_DEPTH); in __wrap_realloc()433 print_backtrace(bt, depth); in __wrap_realloc()[all …]
73 int depth = 0; in get_pixel_depth() local77 depth = 8; in get_pixel_depth()86 depth = 12; in get_pixel_depth()100 depth = 16; in get_pixel_depth()104 depth = 32; in get_pixel_depth()111 return depth; in get_pixel_depth()