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

  /external/v8/src/
prettyprinter.cc 444 const int initial_size = 256; local
445 output_ = NewArray<char>(initial_size);
446 size_ = initial_size;
    [all...]
heap.cc 2502 int initial_size = map->instance_type() == JS_GLOBAL_OBJECT_TYPE ? 64 : 512; local
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 300 long initial_size; /* Size of initial segment. */ member in struct:stk_stat

Completed in 831 milliseconds