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

  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 98 #define MAX_LOC_SIZE ((1 << LOC_SIZE_BITS) - 1)
    [all...]
storage.c 405 if (size > MAX_LOC_SIZE) {
419 vg_assert(size <= MAX_LOC_SIZE);
    [all...]

Completed in 2922 milliseconds