OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocations
(Results
76 - 100
of
622
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bison/src/
derives.c
74
Instead of performing NRULES
allocations
for each, have an array
/external/ceres-solver/internal/ceres/
levenberg_marquardt_strategy.h
78
//
allocations
in every iteration and reuse when a step fails and
/external/freetype/src/cff/
cfftypes.h
84
FT_UShort sids [256]; /* avoid dynamic
allocations
*/
/external/icu4c/test/cintltst/
cintltst.h
76
* or every few thousand
allocations
, memory allocated by this function will be freed.
hpmufn.c
83
*
Allocations
are counted, to check that ICU actually does call back to us.
171
/* Doing ICU operations should cause
allocations
to come through our test heap */
191
/* ICU operations should no longer cause
allocations
to come through our test heap */
318
/* Doing ICU operations should cause
allocations
to come through our test mutexes */
/external/kernel-headers/original/asm-mips/
fixmap.h
43
* no page table
allocations
, etc. This might change in the
/external/kernel-headers/original/asm-x86/
dma-mapping_32.h
134
* so we can't guarantee
allocations
that must be
/external/llvm/tools/lli/
RecordingMemoryManager.h
11
// allocation. Iterators are provided for all data and code
allocations
.
/external/replicaisland/src/com/replica/replicaisland/
DrawableFactory.java
23
* pools of objects so no actual
allocations
occur after bootstrap.
/external/sonivox/arm-fm-22k/host_src/
eas_config.h
10
* links to static memory
allocations
(when used in a static configuration).
118
* This function is used to find pointers to static memory
allocations
.
149
* This function is used to find pointers to static memory
allocations
.
180
* This function is used to find pointers to static memory
allocations
.
/external/sonivox/arm-hybrid-22k/host_src/
eas_config.h
10
* links to static memory
allocations
(when used in a static configuration).
118
* This function is used to find pointers to static memory
allocations
.
149
* This function is used to find pointers to static memory
allocations
.
180
* This function is used to find pointers to static memory
allocations
.
/external/sonivox/arm-wt-22k/host_src/
eas_config.h
10
* links to static memory
allocations
(when used in a static configuration).
118
* This function is used to find pointers to static memory
allocations
.
149
* This function is used to find pointers to static memory
allocations
.
180
* This function is used to find pointers to static memory
allocations
.
/external/stlport/test/eh/
nc_alloc.h
43
// blocks on or off. If not called,
allocations
will only be
/external/webkit/Source/WebKit2/Shared/
WebMemorySampler.h
35
* - FastMalloc
allocations
bytes (in use or committed)
/frameworks/base/docs/html/guide/topics/renderscript/
compute.jd
88
input and output
Allocations
match the kernel's prototype; if they do not match, an exception is
193
<li><strong>Populate
Allocations
with data.</strong> Except for
Allocations
created with {@link
209
method will take either one or two
Allocations
. By default, a kernel will execute over the entire
/ndk/docs/system/libc/
SYSV-IPC.html
99
tables and their
allocations
)
/ndk/tests/device/test-stlport_shared-exception/jni/
arraynew.cpp
124
// There should be no cookies for
allocations
using global placement
/ndk/tests/device/test-stlport_static-exception/jni/
arraynew.cpp
124
// There should be no cookies for
allocations
using global placement
/external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.h
63
// clients. These are clients that do the "port
allocations
".
68
// clients. These are the clients that do not do
allocations
. They do not
/external/clang/docs/
AddressSanitizer.rst
144
depends on the
allocations
sizes. The smaller the
allocations
you make the
/external/llvm/include/llvm/ADT/
SetVector.h
15
// This file defines SetVector and SmallSetVector, which performs no
allocations
215
/// \brief A SetVector that performs no
allocations
if smaller than
/external/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h
207
//
allocations
. Whilst running no memory will be released until
208
// stopAllocator() is called. At this point all
allocations
made through
/frameworks/base/core/java/android/ddm/
DdmHandleHeap.java
256
* Handle a "REcent
ALlocations
" request.
262
Log.d("ddm-heap", "Recent
allocations
request");
/frameworks/base/docs/html/training/custom-views/
optimizing-view.jd
49
allocations
in {@link android.view.View#onDraw onDraw()}, because
allocations
may lead to a garbage
/bionic/libc/bionic/
malloc_debug_common.cpp
76
size_t nbAlloc1 = e1->
allocations
;
77
size_t nbAlloc2 = e2->
allocations
;
85
// 2) number of
allocations
112
* "*totalMemory" is set to the sum of all
allocations
we're tracking; does
144
((entry->size & ~SIZE_FLAG_MASK) * entry->
allocations
);
278
*
allocations
is implemented in libc_malloc_debug_qemu.so and can be run inside
Completed in 3657 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>