OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocations
(Results
26 - 50
of
622
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/memcheck/tests/
filter_stderr
20
# More leak check filtering. For systems that do extra libc
allocations
/external/webkit/LayoutTests/http/tests/appcache/
destroyed-frame.html
13
for (var i = 0; i < 10000; i++) { // > force garbage collection (FF requires about 9K
allocations
before a collect)
/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/icu4c/test/intltest/
itspoof.cpp
151
// A long "identifier" that will overflow implementation stack buffers, forcing heap
allocations
.
152
CHECK_SKELETON(SL, " A 1ong \\u02b9identifier' that will overflow implementation stack buffers, forcing heap
allocations
."
153
" A 1ong 'identifier' that will overflow implementation stack buffers, forcing heap
allocations
."
154
" A 1ong 'identifier' that will overflow implementation stack buffers, forcing heap
allocations
."
155
" A 1ong 'identifier' that will overflow implementation stack buffers, forcing heap
allocations
.",
157
" A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap
allocations
."
158
" A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap
allocations
."
159
" A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap
allocations
."
160
" A long 'identifier' that vvill overflovv irnplernentation stack buffers, forcing heap
allocations
.")
/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
tsan_mman.h
27
// For user
allocations
.
/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 */
/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/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh
35
/* buffer var
allocations
, used during the normalization process */
/external/kernel-headers/original/linux/
omap_ion.h
23
* struct omap_ion_tiler_alloc_data - metadata passed from userspace for
allocations
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
41
std::vector<void*>
Allocations
;
45
void add(void *mem) {
Allocations
.push_back(mem); }
47
for (unsigned i = 0; i <
Allocations
.size(); ++i)
48
free(
Allocations
[i]);
/external/qemu/elff/
elf_alloc.cc
15
*
allocations
for DWARF objects.
elf_alloc.h
15
*
allocations
for DWARF objects.
66
* memory
allocations
(and then, deallocations) we will use this simple memory
105
* instance
allocations
. NOTE: it's required, that all classes that use
/external/srtp/
TODO
65
functions, so that there need not be multiple
allocations
within a
/libcore/luni/src/main/java/libcore/internal/
StringPool.java
22
* It is intended only to save
allocations
. This class is not thread safe.
/ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.cc
15
*
allocations
for DWARF objects.
elf_alloc.h
15
*
allocations
for DWARF objects.
66
* memory
allocations
(and then, deallocations) we will use this simple memory
105
* instance
allocations
. NOTE: it's required, that all classes that use
/external/llvm/include/llvm/Support/
Recycler.h
76
// or the callee isn't tracking
allocations
and should just call
81
/// clear - Release all the tracked
allocations
to the allocator. The
82
/// recycler must be free of any tracked
allocations
before being
/hardware/ti/omap3/dspbridge/inc/
cmmdefs.h
101
ULONG ulInUseCnt; /* # of current GPP
allocations
from this segment */
109
ULONG ulTotalInUseCnt; /* Total # of
allocations
outstanding for CMM */
118
ULONG ulSegId; /* segment Id used for SM
allocations
*/
/hardware/ti/omap3/dspbridge/libbridge/inc/
cmmdefs.h
101
ULONG ulInUseCnt; /* # of current GPP
allocations
from this segment */
109
ULONG ulTotalInUseCnt; /* Total # of
allocations
outstanding for CMM */
118
ULONG ulSegId; /* segment Id used for SM
allocations
*/
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h
47
//
Allocations
are bracketed:
108
// of each allocation obtained from the underlying OS. Multi-page
allocations
109
// are returned to the OS. Individual page
allocations
are kept for future
187
// Track
allocations
if and only if we're using guard blocks
198
size_t alignment; // all returned
allocations
will be aligned at
/frameworks/base/core/jni/
android_os_Debug.cpp
422
* size_t
allocations
426
* array of function pointers, and "
allocations
" is the number of
427
*
allocations
with the exact same size and backtrace.
429
* The entries are sorted by descending total size (i.e. size*
allocations
)
471
size_t
allocations
= *(size_t*) (ptr + sizeof(size_t));
local
477
allocations
);
/external/icu4c/i18n/
nfrlist.h
30
// unsafe class for internal use only. assume memory
allocations
succeed, indexes are valid.
Completed in 716 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>