Searched defs:allocated_memory (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c229 alloc_stack_type *allocated_memory; /* all memory blocks that we have not member in struct:context_type
832 while(context->allocated_memory)
4067 p->next = context->allocated_memory;
4068 context->allocated_memory = p;
4073 alloc_stack_type *p = context->allocated_memory;
4074 context->allocated_memory = p->next;

Completed in 71 milliseconds