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

/external/lldb/examples/darwin/heap_find/heap/
H A Dheap_find.cpp834 malloc_stack_entry *stack_entry = g_malloc_stack_history.next(); local
835 if (stack_entry)
837 stack_entry->address = (void *)stack_record.address;
838 stack_entry->type_flags = stack_record.type_flags;
839 stack_entry->argument = stack_record.argument;
840 stack_entry->num_frames = 0;
841 stack_entry->frames[0] = 0;
844 stack_entry->frames,
846 &stack_entry->num_frames);
848 if (stack_entry
870 malloc_stack_entry *stack_entry = g_malloc_stack_history.next(); local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c110 typedef struct { char * first; char * last; } stack_entry; typedef in typeref:struct:__anon29425
323 stack_entry stack[STACK_SIZE];
354 stack_entry stack[STACK_SIZE];
385 stack_entry stack[STACK_SIZE];

Completed in 2072 milliseconds