HomeSort by relevance Sort by last modified time
    Searched full:use_malloc (Results 1 - 11 of 11) sorted by null

  /art/runtime/base/
arena_allocator.cc 282 ArenaPool::ArenaPool(bool use_malloc, bool low_4gb, const char* name)
283 : use_malloc_(use_malloc),
289 CHECK(!use_malloc) << "low4gb must use map implementation";
291 if (!use_malloc) {
arena_allocator.h 252 explicit ArenaPool(bool use_malloc = true,
262 // use_malloc is false.
  /external/autotest/client/tests/aiostress/
aio-stress.c 81 #define USE_MALLOC 0
1006 if (use_shm == USE_MALLOC) {
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 82 #define USE_MALLOC 0
1026 if (use_shm == USE_MALLOC) {
    [all...]
  /art/runtime/
runtime.cc 1348 const bool use_malloc = IsAotCompiler(); local
    [all...]
  /art/runtime/jit/
profile_compilation_info.cc 93 : default_arena_pool_(/*use_malloc*/true, /*low_4gb*/false, "ProfileCompilationInfo"),
    [all...]
  /external/devlib/devlib/bin/armeabi/
m5 
  /system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libart.so 
  /system/core/libunwindstack/tests/files/offline/jit_debug_arm/
libart.so 
libartd.so 
  /system/core/libunwindstack/tests/files/offline/jit_debug_x86/
libartd.so 

Completed in 406 milliseconds