OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocations
(Results
226 - 250
of
1018
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/stlport/test/eh/
nc_alloc.cpp
109
// TESTCLASS_DEEP_DATA is enabled, and speeds up tracking of
allocations
291
EH_STD::cerr << "ERROR : " << alloc_count << " outstanding
allocations
.\n";
/external/v8/src/
handles.h
102
// handle scope and a new one is created, all
allocations
will take
227
// The safe version does not make heap
allocations
but may work much slower.
/frameworks/base/graphics/java/android/renderscript/
Program.java
82
* Program object can have zero or more constant
allocations
143
* buffer
allocations
/frameworks/rs/scriptc/
rs_allocation.rsh
110
* ignored for
allocations
that aren't cubemaps.
118
* ignored for
allocations
that aren't cubemaps.
/prebuilts/sdk/renderscript/include/
rs_allocation.rsh
110
* ignored for
allocations
that aren't cubemaps.
118
* ignored for
allocations
that aren't cubemaps.
/art/compiler/dex/
arena_allocator.cc
180
os << "Number of arenas allocated: " << num_arenas << ", Number of
allocations
: "
/art/runtime/gc/space/
dlmalloc_space.h
93
//
allocations
fail we GC before increasing the footprint limit and allowing the mspace to grow.
/art/test/003-omnibus-opcodes/src/
Array.java
185
* Test negative
allocations
of object and primitive arrays.
/bionic/libc/bionic/
malloc_debug_common.h
64
size_t
allocations
;
member in struct:HashEntry
/dalvik/tests/003-omnibus-opcodes/src/
Array.java
172
* Test negative
allocations
of object and primitive arrays.
/dalvik/vm/
Profile.h
73
int failedAllocSize; // cumulative size of failed
allocations
/dalvik/vm/alloc/
Heap.cpp
194
// (number of
allocations
ago) (watch for thread effects)
242
/* Most
allocations
should have succeeded by now, so the heap
268
* The caller must not be holding the heap lock, or else the
allocations
442
* is awkward because debugger requests can cause
allocations
. The easiest
HeapSource.h
47
* will create a new heap for post-zygote
allocations
.
/external/chromium/base/
linked_list.h
68
// heap
allocations
.
stringprintf.cc
86
// against huge
allocations
when using vsnprintfT implementations that
/external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.cc
228
// widgets. Pass out
allocations
to all our children based on where they want
/external/chromium-trace/trace-viewer/src/tcmalloc/
heap_instance_track.js
55
// Sum all the current
allocations
in this snapshot.
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClientCallbackHelper.java
189
// The float->int->float conversion here is to avoid unnecessary
allocations
. The
/external/chromium_org/ash/wm/
solo_window_tracker.cc
136
// Avoid memory
allocations
for typical window counts.
/external/chromium_org/base/containers/
linked_list.h
67
// heap
allocations
.
/external/chromium_org/base/debug/
trace_event_memory_unittest.cc
187
// Zero current
allocations
is skipped.
/external/chromium_org/base/strings/
stringprintf.cc
89
// against huge
allocations
when using vsnprintfT implementations that
/external/chromium_org/cc/output/
delegating_renderer.cc
161
// That will allow it to feed us with memory
allocations
that we can act
/external/chromium_org/chrome/test/pyautolib/
asan_stub.c
20
// not have information about memory
allocations
made prior to DSO load.
/external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.h
65
// limit of the number of
allocations
, and all allocated buffers are in use by
Completed in 605 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>