Home
last modified time | relevance | path

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

/art/runtime/base/
Darena_allocator.cc163 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb) in ArenaPool()
/art/runtime/
Druntime.cc906 const bool use_malloc = IsAotCompiler(); in Init() local