Searched refs:VG_DEFAULT_STACK_ACTIVE_SZB (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dm_main.c206 VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)
548 2*VKI_PAGE_SIZE, 10*VG_DEFAULT_STACK_ACTIVE_SZB)
1086 HChar bytes [VG_STACK_GUARD_SZB + VG_DEFAULT_STACK_ACTIVE_SZB + VG_STACK_GUARD_SZB];
2532 "\taddl $"VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)", %eax\n"
2553 "\taddq $"VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)", %rdi\n"
2573 "\tlis 18,("VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)" >> 16)\n"
2574 "\tori 18,18,("VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)" & 0xFFFF)\n"
2579 VG_DEFAULT_STACK_ACTIVE_SZB rounded down to the nearest 16-byte
2612 "\tlis 18,("VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)" >> 16)\n"
2613 "\tori 18,18,("VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)"
[all...]
H A Dpub_core_aspacemgr.h331 // VG_DEFAULT_STACK_ACTIVE_SZB is the default size of a Valgrind stack.
336 // (declared in m_main.c) will use the size VG_DEFAULT_STACK_ACTIVE_SZB.
345 # define VG_DEFAULT_STACK_ACTIVE_SZB 1048576 // (4096 * 256) = 1Mb macro
H A Dm_options.c136 Word VG_(clo_valgrind_stacksize) = VG_DEFAULT_STACK_ACTIVE_SZB;

Completed in 131 milliseconds