Searched refs:MBYTE (Results 1 – 2 of 2) sorted by relevance
/external/oss-fuzz/projects/jbig2dec/ |
D | jbig2_fuzzer.cc | 28 #define MBYTE (1024 * KBYTE) macro 29 #define GBYTE (1024 * MBYTE) 37 …yte used: %zu Mbyte allocation: %zu: limit reached\n", MAX_ALLOCATION / MBYTE, used / MBYTE, size); in jbig2_fuzzer_reached_limit() 39 …Mbyte reallocation: %zu -> %zu: limit reached\n", MAX_ALLOCATION / MBYTE, used / MBYTE, oldsize, s… in jbig2_fuzzer_reached_limit()
|
/external/oss-fuzz/projects/mupdf/ |
D | pdf_fuzzer.cc | 28 #define MBYTE (1024 * KBYTE) macro 29 #define GBYTE (1024 * MBYTE) 37 …yte used: %zu Mbyte allocation: %zu: limit reached\n", MAX_ALLOCATION / MBYTE, used / MBYTE, size); in fz_limit_reached_ossfuzz() 39 …Mbyte reallocation: %zu -> %zu: limit reached\n", MAX_ALLOCATION / MBYTE, used / MBYTE, oldsize, s… in fz_limit_reached_ossfuzz()
|