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 93 #define MAX_LOC_SIZE ((1 << LOC_SIZE_BITS) - 1)
    [all...]
storage.c 376 if (size > MAX_LOC_SIZE) {
390 vg_assert(size <= MAX_LOC_SIZE);
    [all...]

Completed in 47 milliseconds