Searched refs:stack_entry (Results 1 – 2 of 2) sorted by relevance
668 malloc_stack_entry *stack_entry = g_malloc_stack_history.next(); in get_stack_for_address_enumerator() local669 if (stack_entry) { in get_stack_for_address_enumerator()670 stack_entry->address = (void *)stack_record.address; in get_stack_for_address_enumerator()671 stack_entry->type_flags = stack_record.type_flags; in get_stack_for_address_enumerator()672 stack_entry->argument = stack_record.argument; in get_stack_for_address_enumerator()673 stack_entry->num_frames = 0; in get_stack_for_address_enumerator()674 stack_entry->frames[0] = 0; in get_stack_for_address_enumerator()676 *(task_t *)task_ptr, stack_record.stack_identifier, stack_entry->frames, in get_stack_for_address_enumerator()677 MAX_FRAMES, &stack_entry->num_frames); in get_stack_for_address_enumerator()679 if (stack_entry->num_frames < MAX_FRAMES) in get_stack_for_address_enumerator()[all …]
8602 u_int stack_entry; in ahd_probe_stack_size() local 8604 stack_entry = ahd_inb(ahd, STACK) in ahd_probe_stack_size() 8606 if (stack_entry != i) in ahd_probe_stack_size()