Home
last modified time | relevance | path

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

/src/contrib/libcbor/oss-fuzz/
H A Dcbor_load_fuzzer.cc10 static constexpr size_t kMemoryLimit = 1 << 30; variable
13 if (size + allocated_mem > kMemoryLimit) { in limited_malloc()
46 if (delta + allocated_mem > kMemoryLimit) { in limited_realloc()