OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocations
(Results
51 - 75
of
1018
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h
48
// i.e. the set of currently active heap memory
allocations
.
69
//
allocations
are marked with UNMARKED by default.
136
// All
allocations
start as non-live.
144
// Mark all currently known
allocations
with the given AllocationMark.
207
// Dump a list of
allocations
marked as "live" along with their creation
217
//
allocations
are not marked. So all
allocations
that are marked as
219
// 5. Invoke DumpMarkedObjects(MARK_TWO) to get the list of
allocations
that
316
AllocationMark mark; // The mark of the
allocations
to process.
326
AllocationMark mark; // The mark to put on
allocations
[
all
...]
/external/libvpx/libvpx/nestegg/
TODO
21
- Use pool allocator for all
allocations
.
/external/skia/include/gpu/gl/
GrGLConfig_chrome.h
37
// compositor also doesn't check its
allocations
.
/external/valgrind/main/memcheck/tests/
filter_stderr
20
# More leak check filtering. For systems that do extra libc
allocations
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_ion.h
131
* @request_region: function to be called when the number of
allocations
133
* @release_region: function to be called when the number of
allocations
137
* @no_nonsecure_alloc: don't allow non-secure
allocations
from this heap
166
* @request_region: function to be called when the number of
allocations
168
* @release_region: function to be called when the number of
allocations
/external/chromium_org/third_party/icu/source/test/intltest/
itspoof.cpp
145
// A long "identifier" that will overflow implementation stack buffers, forcing heap
allocations
.
146
CHECK_SKELETON(SL, " A 1ong \\u02b9identifier' that will overflow implementation stack buffers, forcing heap
allocations
."
147
" A 1ong 'identifier' that will overflow implementation stack buffers, forcing heap
allocations
."
148
" A 1ong 'identifier' that will overflow implementation stack buffers, forcing heap
allocations
."
149
" A 1ong 'identifier' that will overflow implementation stack buffers, forcing heap
allocations
.",
151
" A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap
allocations
."
152
" A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap
allocations
."
153
" A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap
allocations
."
154
" A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap
allocations
.")
/external/chromium_org/base/debug/
trace_event_memory.cc
212
// Don't trace
allocations
here in the memory tracing system.
348
// The numbers represent total
allocations
since profiling was enabled.
350
// 357 = Outstanding
allocations
(mallocs - frees)
352
// 14653 = Total
allocations
(mallocs)
374
// The numbers represent
allocations
for a particular stack trace since
376
// 68 = Outstanding
allocations
(mallocs - frees)
378
// 1087 = Total
allocations
(mallocs)
391
// Don't bother with stacks that have no current
allocations
.
/external/chromium_org/content/common/gpu/
gpu_memory_manager_client.h
65
// The client to send
allocations
to.
103
// Set to disable allocating a frontbuffer or to disable
allocations
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_memory_pool.h
80
* Allocates pending
allocations
in the pool
86
struct compute_memory_item* compute_memory_alloc(struct compute_memory_pool* pool, int64_t size_in_dw); ///Creates pending
allocations
/external/chromium_org/v8/src/
hydrogen-alias-analysis.h
48
// Simple alias analysis distinguishes
allocations
, parameters,
55
// Two non-identical
allocations
can never be aliases.
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.h
44
// Callback for memory
allocations
.
45
// May be omitted for
allocations
that are not subject to data races
/external/icu4c/common/
cmemory.c
36
/* Flag indicating whether any heap
allocations
have happened.
37
* Used to prevent changing out the heap functions after
allocations
have been made */
/external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.h
80
* Allocates pending
allocations
in the pool
86
struct compute_memory_item* compute_memory_alloc(struct compute_memory_pool* pool, int64_t size_in_dw); ///Creates pending
allocations
/docs/source.android.com/src/devices/
native-memory.jd
36
native allocation tab and populate it with a list of
allocations
. This is
/external/bison/lib/
xalloc-oversized.h
33
exactly-SIZE_MAX
allocations
on such hosts; this avoids a test and
/external/chromium/chrome/browser/renderer_host/
web_cache_manager.h
64
// Sets the global size limit, forcing a recalculation of cache
allocations
.
90
// An allocation strategy is a list of
allocations
specifying the resources
110
// statistics to resource
allocations
.
171
//
allocations
according to |strategy|.
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwBrowserProcess.java
37
* and performs other per-app resource
allocations
; must not be called from zygote.
/external/chromium_org/base/memory/
discardable_memory_allocator_android.h
28
// allocator should not be used for small
allocations
.
/external/chromium_org/base/process/
memory_win.cc
18
// NULL-check many memory
allocations
. If a malloc fails, returns NULL, and
/external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.h
66
// Sets the global size limit, forcing a recalculation of cache
allocations
.
101
// An allocation strategy is a list of
allocations
specifying the resources
121
// statistics to resource
allocations
.
182
//
allocations
according to |strategy|.
/external/chromium_org/content/browser/speech/
audio_buffer.h
43
//
allocations
of AudioChunk(s) (which uses a string as storage).
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-normalize-private.hh
35
/* buffer var
allocations
, used during the normalization process */
/external/chromium_org/third_party/icu/source/i18n/
nfrlist.h
30
// unsafe class for internal use only. assume memory
allocations
succeed, indexes are valid.
/external/chromium_org/third_party/leveldatabase/src/util/
arena_test.cc
33
// Our arena disallows size 0
allocations
.
/external/chromium_org/third_party/tcmalloc/vendor/
TODO
6
* Make heap profiler ignore STL-internal
allocations
for those
Completed in 2416 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>