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

  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 341 # define VG_STACK_ACTIVE_SZB (4096 * 256) // 1Mb
344 # define VG_STACK_ACTIVE_SZB (4096 * 256) // 1Mb
350 + VG_STACK_ACTIVE_SZB
m_libcassert.c 345 VG_STACK_ACTIVE_SZB
347 VG_STACK_ACTIVE_SZB),
348 (SizeT) VG_STACK_ACTIVE_SZB);
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 379 + VG_STACK_ACTIVE_SZB + VG_STACK_GUARD_SZB;
402 (Addr) &stack->bytes[VG_STACK_GUARD_SZB + VG_STACK_ACTIVE_SZB],
407 (Addr) &stack->bytes[VG_STACK_GUARD_SZB + VG_STACK_ACTIVE_SZB],
415 for (i = 0; i < VG_STACK_ACTIVE_SZB/sizeof(UInt); i++)
418 *initial_sp = (Addr)&stack->bytes[VG_STACK_GUARD_SZB + VG_STACK_ACTIVE_SZB];
445 for (i = 0; i < VG_STACK_ACTIVE_SZB/sizeof(UInt); i++) {

Completed in 57 milliseconds