HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 1051 - 1067 of 1067) sorted by null

<<414243

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hashtable.h 92 class _EqualKey, class _Alloc = std::allocator<_Val> >
261 // allocator, even if it so happens that all instances of the
262 // allocator type are identical. This is because, for hashtables,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
hashtable.h 91 class _EqualKey, class _Alloc = std::allocator<_Val> >
260 // allocator, even if it so happens that all instances of the
261 // allocator type are identical. This is because, for hashtables,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h     [all...]
  /external/chromium_org/v8/src/
mark-compact.cc     [all...]
hydrogen.cc 56 #include "lithium-allocator.h"
    [all...]
spaces.cc 309 // TODO(gc) make code_range part of memory allocator?
332 // TODO(gc) make code_range part of memory allocator?
    [all...]
hydrogen.h     [all...]
api.cc     [all...]
objects.cc 1033 HeapStringAllocator allocator; local
    [all...]
  /external/v8/src/
mark-compact.cc     [all...]
objects.cc 779 HeapStringAllocator allocator; local
780 StringStream accumulator(&allocator);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 564 // @allocator: How to allocate memory, see ALLOC_*
565 function allocate(slab, types, allocator, ptr) {
576 if (allocator == ALLOC_NONE) {
579 ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 622 // @allocator: How to allocate memory, see ALLOC_*
623 function allocate(slab, types, allocator, ptr) {
634 if (allocator == ALLOC_NONE) {
637 ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
    [all...]

Completed in 1007 milliseconds

<<414243