Home
last modified time | relevance | path

Searched refs:N_TEMPORARY_BYTES (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dmain_util.c55 #define N_TEMPORARY_BYTES 5000000 macro
57 static HChar temporary[N_TEMPORARY_BYTES] __attribute__((aligned(REQ_ALIGN)));
60 static HChar* temporary_last = &temporary[N_TEMPORARY_BYTES-1];
73 HChar* private_LibVEX_alloc_last = &temporary[N_TEMPORARY_BYTES-1];
81 vassert(temporary_last == &temporary[N_TEMPORARY_BYTES-1]); in vexAllocSanityCheck()
190 for (i = 0; i < N_TEMPORARY_BYTES; i++) in vexSetAllocModeTEMP_and_clear()