HomeSort by relevance Sort by last modified time
    Searched refs:stackbase (Results 1 - 2 of 2) sorted by null

  /system/core/sh/
memalloc.c 115 struct stack_block stackbase; variable in typeref:struct:stack_block
116 struct stack_block *stackp = &stackbase;
118 char *stacknxt = stackbase.space;
208 if (stacknxt == stackp->space && stackp != &stackbase) {
  /external/valgrind/main/coregrind/m_ume/
macho.c 367 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize); local
370 res = VG_(am_mmap_anon_fixed_client)(stackbase, stacksize, VKI_PROT_READ|VKI_PROT_WRITE|VKI_PROT_EXEC);
371 check_mmap(res, stackbase, stacksize, "load_unixthread1");
372 if (out_stack_start) *out_stack_start = (vki_uint8_t *)stackbase;

Completed in 104 milliseconds