OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocations
(Results
126 - 150
of
1018
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicHistogram.java
69
* 1D and 2D input
allocations
are supported.
150
* 1D and 2D input
allocations
are supported.
/frameworks/base/media/java/android/media/
FaceDetector.java
59
// don't return a PointF to avoid
allocations
78
// don't use an array to avoid
allocations
/hardware/libhardware/modules/gralloc/
mapper.cpp
110
//
allocations
happen in its process. After returning the buffer handle to
124
//
allocations
, solving the problem. Also, this ashmem-based gralloc
/bionic/libc/bionic/
malloc_debug_leak.cpp
143
entry->
allocations
++;
150
entry->
allocations
= 1;
313
// decrement the
allocations
315
entry->
allocations
--;
316
if (entry->
allocations
<= 0) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h
43
// i.e. the set of currently active heap memory
allocations
.
133
// All
allocations
start as non-live.
332
// Write contents of "*
allocations
" as a heap profile to
334
// "*
allocations
".
337
AllocationMap*
allocations
);
memory_region_map.cc
62
// but all memory
allocations
in the end themselves come from an mmap
74
// MemoryRegionMap is doing its memory
allocations
via LowLevelAlloc:
90
// which can cause more
allocations
and mmap-s and recursion and unwinding,
92
//
allocations
we are doing LowLevelAlloc reuses one mmap call and parcels out
206
// will already do some
allocations
with mmap which our hooks will catch
389
// Unprocessed inserts (must be big enough to hold all
allocations
that can
399
// including its stack (w/o doing any memory
allocations
) is important:
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp
149
// Test multiple
allocations
, and freelist handling.
315
// If we re-allocate all kTestAllocSize
allocations
, we'll pull all the
338
// Test a large series of
allocations
that cross more than one underlying
593
// If we perform two
allocations
from the same bucket now, we expect to
606
// Basic tests to ensure that
allocations
work for partial page buckets.
647
// Map a single system page either side of the mapping for our
allocations
,
665
// Map a single system page either side of the mapping for our
allocations
,
PageAllocator.h
74
// will not be re-used by future
allocations
.
QuantizedAllocation.h
50
//
Allocations
above 32k are rounded to 4k (which is typically the system
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.cpp
44
// Compute the required capacity in advance to reduce
allocations
.
193
// Compute the required capacity in advance to reduce
allocations
.
266
// Compute the required capacity in advance to reduce
allocations
.
/external/compiler-rt/lib/asan/
asan_malloc_mac.cc
68
// FIXME: ASan should support purgeable
allocations
.
75
// FIXME: ASan should support purgeable
allocations
. Ignoring them is fine
81
// FIXME: ASan should support purgeable
allocations
. Ignoring them is fine
/frameworks/base/docs/html/reference/renderscript/
rs__mesh_8rsh.html
140
<dl class="return"><dt><b>Returns:</b></dt><dd>number of primitive groups in the mesh. This would include simple primitives as well as
allocations
containing index data </dd></dl>
194
<p>Returns the number of
allocations
in the mesh that contain vertex data</p>
201
<dl class="return"><dt><b>Returns:</b></dt><dd>number of
allocations
in the mesh that contain vertex data </dd></dl>
/art/runtime/gc/space/
space_test.cc
85
// The test should do more
allocations
before the creation of the ZygoteSpace, and then do
86
//
allocations
after the ZygoteSpace is created. The test should also do some GCs to ensure that
242
// Free 1 / 2 the
allocations
the first phase, and all the second phase.
340
size_t alloc_fails = 0; // number of failed
allocations
/dalvik/libdex/
SysUtil.h
74
* Create a private anonymous mapping, useful for large
allocations
.
/dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp
138
* Fill a buffer with data on recent heap
allocations
.
/external/bison/src/
derives.c
74
Instead of performing NRULES
allocations
for each, have an array
/external/ceres-solver/internal/ceres/
incomplete_lq_factorization.h
78
// scratch is used to prevent
allocations
inside this function. It is
levenberg_marquardt_strategy.h
79
//
allocations
in every iteration and reuse when a step fails and
/external/chromium_org/base/memory/
discardable_memory.h
40
// small
allocations
.
/external/chromium_org/content/browser/loader/
resource_buffer.cc
31
//
Allocations
are always contiguous.
/external/chromium_org/gpu/command_buffer/client/
ring_buffer.cc
83
DCHECK(!blocks_.empty()) << "no
allocations
to free";
/external/chromium_org/media/base/
decoder_buffer.h
157
// Constructor helper method for memory
allocations
.
/external/chromium_org/net/cert/
x509_util_nss.h
66
// |arena| is the arena used for all
allocations
.
/external/chromium_org/third_party/freetype/src/cff/
cfftypes.h
84
FT_UShort sids [256]; /* avoid dynamic
allocations
*/
/external/chromium_org/third_party/icu/source/common/
charstr.h
60
* use a UErrorCode where memory
allocations
might be needed.
Completed in 279 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>