Home
last modified time | relevance | path

Searched defs:alloc_limit (Results 1 – 2 of 2) sorted by relevance

/external/mpdecimal/tests/
Dtest.c42 static const size_t alloc_limit = 0x4000000000000ULL; variable
44 static size_t alloc_limit = SIZE_MAX; variable
/external/mpdecimal/tests++/
Dtest.cc77 static const size_t alloc_limit = 0x4000000000000ULL; variable
79 static thread_local size_t alloc_limit = SIZE_MAX; variable