Home | History | Annotate | Download | only in runtime

Lines Matching refs:use_malloc

1043   const bool use_malloc = IsAotCompiler();
1044 arena_pool_.reset(new ArenaPool(use_malloc, /* low_4gb */ false));
1046 new ArenaPool(/* use_malloc */ false, /* low_4gb */ false, "CompilerMetadata"));
1050 low_4gb_arena_pool_.reset(new ArenaPool(/* use_malloc */ false, /* low_4gb */ true));