HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 376 - 400 of 5153) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/src/
mem5.c 13 ** allocation subsystem for use by SQLite.
15 ** This version of the memory allocation subsystem omits all
23 ** This version of the memory allocation subsystem is included
36 ** Concerning Dynamic Storage Allocation". Journal of the Association for
39 ** Let n be the size of the largest allocation divided by the minimum
40 ** allocation size (after rounding all sizes up to a power of 2.) Let M
42 ** N be the total amount of memory available for allocation. Robson
60 ** A minimum allocation is an instance of the following structure.
74 ** Maximum size of any allocation is ((1<<LOGMAX)*mem5.szAtom). Since
94 ** Memory available for allocation
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RSUtils.java 21 import android.renderscript.Allocation;
83 public static void forEach(RSBaseCompute base, int testId, Allocation in) throws RSRuntimeException {
87 public static void forEach(RSBaseCompute base, int testId, Allocation in, Allocation out)
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlendTest.java 57 Allocation rsInput = Allocation.createTyped(mRS, build.create());
58 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
  /development/tutorials/MoarRam/
README.txt 13 Each allocation can be freed by clicking the corresponding free button in the
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Memoable.java 16 * Implementations of this method <em>should</em> try to avoid or minimise memory allocation to perform the reset.
  /external/chromium/base/debug/
leak_tracker.h 42 // then the allocation callstack for each leaked instances is dumped to
76 // Walk the allocation list and print each entry it contains.
79 // Copy the first 3 leak allocation callstacks onto the stack.
111 // Walk the allocation list and count how many entries it has.
  /external/chromium/base/
process_util_unittest_mac.h 17 // allocation.
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 88 // Revise our allocation strategy to account for this new renderer.
116 // it is given a fair cache allocation, but we defer this for a bit in
205 NOTREACHED() << "Unknown cache allocation tactic";
247 // We succeeded in computing an allocation strategy.
274 // Record the allocation in our strategy.
275 strategy->push_back(Allocation(*iter, cache_size));
281 // Inform each render process of its cache allocation.
282 AllocationStrategy::const_iterator allocation = strategy.begin(); local
283 while (allocation != strategy.end()) {
284 RenderProcessHost* host = RenderProcessHost::FromID(allocation->first)
    [all...]
  /external/chromium_org/base/debug/
leak_tracker.h 41 // then the allocation callstack for each leaked instances is dumped to
76 // Walk the allocation list and print each entry it contains.
79 // Copy the first 3 leak allocation callstacks onto the stack.
111 // Walk the allocation list and count how many entries it has.
  /external/chromium_org/base/process/
memory_unittest_mac.h 16 // allocation.
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.cc 96 // Revise our allocation strategy to account for this new renderer.
124 // it is given a fair cache allocation, but we defer this for a bit in
233 NOTREACHED() << "Unknown cache allocation tactic";
275 // We succeeded in computing an allocation strategy.
302 // Record the allocation in our strategy.
303 strategy->push_back(Allocation(*iter, cache_size));
309 // Inform each render process of its cache allocation.
310 AllocationStrategy::const_iterator allocation = strategy.begin(); local
311 while (allocation != strategy.end()) {
313 content::RenderProcessHost::FromID(allocation->first)
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_memory_allocation.h 12 // These are per context memory allocation limits set by the GpuMemoryManager
16 // Memory Allocation which will be assigned to the renderer context.
69 // Memory Allocation which will be assigned to the browser.
112 // Memory Allocation request which is sent by a client, to help GpuMemoryManager
  /external/chromium_org/ppapi/api/dev/
ppb_memory_dev.idl 26 * allocation fails.
  /external/chromium_org/ppapi/cpp/dev/
memory_dev.h 24 /// allocation fails.
  /external/chromium_org/third_party/libxml/src/include/libxml/
dict.h 3 * Description: dictionary of reusable strings, just used to avoid allocation
  /external/chromium_org/tools/memory_watcher/
README 2 memory allocations. It works by hooking the system allocation/deallocation
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object.js 30 // Test that inlined object allocation works for different layouts of
43 // Test adding a new property after allocation was inlined.
49 // Test changing the prototype after allocation was inlined.
85 // Test inlined allocation while slack tracking is still in progress.
  /external/clang/test/SemaCXX/
auto-subst-failure.cpp 12 (void)new auto(f()); // expected-error {{allocation of incomplete type 'void'}}
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
disabler.cc 23 // CHECK: SUMMARY: LeakSanitizer: 1337 byte(s) leaked in 1 allocation(s)
suppressions_default.cc 29 // CHECK: SUMMARY: LeakSanitizer: 1337 byte(s) leaked in 1 allocation(s)
suppressions_file.cc 29 // CHECK: SUMMARY: LeakSanitizer: 1337 byte(s) leaked in 1 allocation(s)
  /external/eigen/test/
dynalloc.cpp 91 // low level dynamic memory allocation
106 // check static allocation, who knows ?
113 // dynamic allocation, single object
122 // dynamic allocation, array
  /external/eigen/test/eigen2/
eigen2_dynalloc.cpp 91 // low level dynamic memory allocation
106 // check static allocation, who knows ?
112 // dynamic allocation, single object
121 // dynamic allocation, array
  /external/icu4c/samples/uresb/
en.txt 13 "Memory allocation error",
  /external/libxml2/include/libxml/
dict.h 3 * Description: dictionary of reusable strings, just used to avoid allocation

Completed in 1356 milliseconds

<<11121314151617181920>>