Home
last modified time | relevance | path

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

/art/runtime/base/
Darena_allocator.cc271 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name) in ArenaPool()
/art/runtime/
Druntime.cc1149 const bool use_malloc = IsAotCompiler(); in Init() local