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

  /external/bison/lib/
error.c 210 bool use_malloc = false; local
218 if (!use_malloc)
230 use_malloc = true;
253 if (use_malloc)
256 use_malloc = false;
263 if (use_malloc)
  /art/runtime/
runtime.cc 1221 const bool use_malloc = IsAotCompiler(); local
    [all...]

Completed in 82 milliseconds