OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocations
(Results
1 - 25
of
1018
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/massif/tests/
null.c
1
// This test does no
allocations
, to make sure that case is handled ok (eg.
zero.c
1
// Test zero-size
allocations
-- shouldn't cause division by zero, that kind
ignoring.c
19
// Now we do lots of
allocations
below the peak. With the proper
20
// handling, the
allocations
should still be smoothly distributed.
big-alloc.c
3
// Do some big
allocations
. At one point, the threshold calculation was
malloc_usable.c
9
// Because our
allocations
are in multiples of 8 or 16, 99 will round up
/external/valgrind/main/none/tests/
filter_cmdline1
3
sed -e 's/\(set minimum alignment of heap
allocations
\) \[[0-9]*\]/\1 [...]/' \
/external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.h
17
* and delete overrides. All
allocations
are expected to be released before the
18
* pool's destructor is called.
Allocations
will be 8-byte aligned.
25
* smallest allowed size of additional
allocations
.
42
* Returns true if there are no unreleased
allocations
.
58
int fLiveCount; ///< number of outstanding
allocations
in the
/external/skia/src/gpu/
GrMemoryPool.h
17
* and delete overrides. All
allocations
are expected to be released before the
18
* pool's destructor is called.
Allocations
will be 8-byte aligned.
25
* smallest allowed size of additional
allocations
.
42
* Returns true if there are no unreleased
allocations
.
58
int fLiveCount; ///< number of outstanding
allocations
in the
/external/chromium_org/tools/memory_watcher/
README
2
memory
allocations
. It works by hooking the system allocation/deallocation
12
(3) Hit ctrl-alt-D to generate a dump of the memory
allocations
.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_mm.h
7
/* Since a resource can be migrated, we need to decouple
allocations
from
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.h
7
/* Since a resource can be migrated, we need to decouple
allocations
from
/external/chromium_org/gpu/command_buffer/common/
gpu_memory_allocation.h
17
// Allow no
allocations
.
19
// Allow only
allocations
that are strictly required for correct rendering.
22
// Allow
allocations
that are not strictly needed for correct rendering, but
26
// Allow all
allocations
.
52
// more ideally split memory
allocations
across clients.
/external/bluetooth/bluedroid/stack/include/
dyn_mem.h
32
** The default for each component is to use static memory
allocations
.
88
** The default for each component is to use static memory
allocations
.
172
** The default for each component is to use static memory
allocations
.
180
** The default is to use static memory
allocations
.
/external/chromium-trace/trace-viewer/src/tcmalloc/
heap.js
35
// The first entry is total
allocations
across all stack traces.
37
// The rest is a list of
allocations
.
51
// We don't want to record
allocations
caused by the heap profiling
52
// system itself, so skip
allocations
with this special name.
/external/chromium_org/webkit/child/
webkit_child_helpers.h
15
//
allocations
. Results are not comparable across platforms. The estimate is
/external/clang/test/CodeGen/
union-init.c
18
int count; /* count of
allocations
or collections of younger
/external/llvm/tools/lli/
RemoteTarget.cpp
25
sys::MemoryBlock *Prev =
Allocations
.size() ? &
Allocations
.back() : NULL;
59
for (unsigned i = 0, e =
Allocations
.size(); i != e; ++i)
60
sys::Memory::ReleaseRWX(
Allocations
[i]);
/external/chromium_org/third_party/leveldatabase/src/util/
arena.h
28
//
allocations
).
54
// 0-byte
allocations
, so we disallow them here (we don't need
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_slab.h
25
* Simple slab allocator for equally sized memory
allocations
.
28
* Good for
allocations
which have very low lifetime and are allocated
46
/* The page is an array of blocks (
allocations
). */
/external/mesa3d/src/gallium/auxiliary/util/
u_slab.h
25
* Simple slab allocator for equally sized memory
allocations
.
28
* Good for
allocations
which have very low lifetime and are allocated
46
/* The page is an array of blocks (
allocations
). */
/frameworks/rs/scriptc/
rs_mesh.rsh
30
* Returns the number of
allocations
in the mesh that contain
34
* @return number of
allocations
in the mesh that contain vertex
46
* include simple primitives as well as
allocations
/prebuilts/sdk/renderscript/include/
rs_mesh.rsh
30
* Returns the number of
allocations
in the mesh that contain
34
* @return number of
allocations
in the mesh that contain vertex
46
* include simple primitives as well as
allocations
/external/chromium_org/android_webview/common/
aw_switches.h
20
// Maximum number of gralloc
allocations
per webview.
/external/chromium_org/mojo/public/bindings/lib/
message_builder.h
25
// Call Finish when done making
allocations
in |buffer()|. A heap-allocated
/external/libnfc-nci/src/include/
dyn_mem.h
32
** The default for each component is to use static memory
allocations
.
96
** The default for each component is to use static memory
allocations
.
180
** The default for each component is to use static memory
allocations
.
188
** The default is to use static memory
allocations
.
Completed in 911 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>