OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxAllowedMallocSize
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_allocator.cc
25
static const uptr
kMaxAllowedMallocSize
= 8UL << 30;
79
if (size >
kMaxAllowedMallocSize
) {
96
if (new_size >
kMaxAllowedMallocSize
) {
/external/compiler-rt/lib/asan/
asan_allocator2.cc
96
static const uptr
kMaxAllowedMallocSize
=
345
if (size >
kMaxAllowedMallocSize
|| needed_size >
kMaxAllowedMallocSize
) {
Completed in 34 milliseconds