Home
last modified time | relevance | path

Searched refs:MALLOC_REPORT_LIMIT (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c11 #define MALLOC_REPORT_LIMIT (300 * 1024 * 1024) macro
23 if (bytes >= MALLOC_REPORT_LIMIT) { in malloc()
125 if ((m <= (UINT32_MAX / n)) && ((m * n) >= MALLOC_REPORT_LIMIT)) { in calloc()
141 if (n >= MALLOC_REPORT_LIMIT) { in realloc()
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c29 #define MALLOC_REPORT_LIMIT (300 * 1024 * 1024) macro
46 if (bytes >= MALLOC_REPORT_LIMIT) { in malloc()
153 if ((m <= (UINT32_MAX / n)) && ((m * n) >= MALLOC_REPORT_LIMIT)) { in calloc()
174 if (n >= MALLOC_REPORT_LIMIT) { in realloc()

Completed in 2 milliseconds