OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocation
(Results
551 - 575
of
3591
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/compiler-rt/lib/asan/
asan_flags.h
50
// Max number of stack frames kept for each
allocation
/deallocation.
61
// ASan allocator flag. Sets the maximal size of
allocation
request
106
// Poison (or not) the heap memory on [de]
allocation
. Zero value is useful
/external/harfbuzz_ng/contrib/python/scripts/
hbtestfont
80
width = self.
allocation
.width,
81
height = self.
allocation
.height,
88
self.window.move_resize(*self.
allocation
)
/external/llvm/include/llvm/Support/
Recycler.h
75
// If this fails, either the callee has lost track of some
allocation
,
104
"Recycler
allocation
size is less than object size!");
106
"Recycler
allocation
alignment is less than object alignment!");
/external/llvm/lib/CodeGen/
RegAllocBase.cpp
44
cl::desc("Verify during register
allocation
"));
46
const char *RegAllocBase::TimerGroupName = "Register
Allocation
";
109
const char *Msg = "ran out of registers during register
allocation
";
Passes.cpp
40
cl::desc("Disable pre-register
allocation
tail duplication"));
60
cl::desc("Enable optimized register
allocation
compilation path."));
478
// Run register
allocation
and passes that are tightly coupled with it,
493
/// Add passes that optimize machine instructions after register
allocation
.
566
/// Register
Allocation
Pass Configuration
598
/// the optimized or unoptimized
allocation
path. This will be added to the pass
603
///
allocation
may still override this for per-target regalloc
612
/// Find and instantiate the register
allocation
pass requested by this target
637
/// register
allocation
. No coalescing or scheduling.
643
printAndVerify("After Register
Allocation
");
[
all
...]
/external/speex/libspeex/
os_support.h
48
/** Speex wrapper for calloc. To do your own dynamic
allocation
, all you need to do is replace this function, speex_realloc and speex_free
69
/** Speex wrapper for realloc. To do your own dynamic
allocation
, all you need to do is replace this function, speex_alloc and speex_free */
77
/** Speex wrapper for calloc. To do your own dynamic
allocation
, all you need to do is replace this function, speex_realloc and speex_alloc */
/external/v8/src/
string-stream.h
42
// and returning the new size. If
allocation
fails then we return the old
59
// Allocator for use when no new c++ heap
allocation
is allowed.
60
// Given a preallocated buffer up front and does no
allocation
while
variables.h
40
// after binding and variable
allocation
.
51
// Before and during variable
allocation
, a variable whose location is
52
// not yet determined. After
allocation
, a variable looked up as a
spaces.h
31
#include "
allocation
.h"
87
// is to enable linear
allocation
without having to constantly update the byte
658
// Returns the page containing an
allocation
top. Because an
allocation
756
// Space is the abstract superclass for all
allocation
spaces.
792
// linear
allocation
(with a LinearAllocationScope and an AlwaysAllocateScope)
864
// Freed blocks of memory are added to the free list. When the
allocation
866
//
allocation
list.
868
// Memory is allocated from the free blocks on the
allocation
list.
873
// Finds a block on the
allocation
list that contains at least th
[
all
...]
/external/valgrind/main/VEX/priv/
main_util.h
84
/* By default
allocation
occurs in the temporary area. However, it is
85
possible to switch to permanent area
allocation
if that's what you
86
want. Permanent area
allocation
is very limited, tho. */
/external/webp/src/utils/
bit_writer.h
79
// error_. A value of 1 indicates that a memory
allocation
failure
93
// Returns 0 in case of memory
allocation
error.
114
// VP8LBitWriter's error_ flag is set in case of memory
allocation
error.
/external/zlib/src/contrib/puff/
pufftest.c
56
pointer to the allocated data, or NULL if there was a memory
allocation
119
fprintf(stderr, "memory
allocation
failure\n");
152
fprintf(stderr, "memory
allocation
failure\n");
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h
129
/* This function is used for memory
allocation
and free. It can be called in */
136
/* When this function is called for memory
allocation
(hInstance=NULL) the memory */
229
/* This function is used for memory
allocation
and free. */
/frameworks/base/graphics/java/android/renderscript/
ProgramVertex.java
25
* <li>a Type that describes the layout of an
Allocation
containing constant or uniform inputs</li>
30
* the user needs to bind an
allocation
containing those inputs. The
allocation
's type must match
/frameworks/native/libs/utils/
LinearAllocator.cpp
34
// The ideal size of a page
allocation
(these need to be multiples of 8)
167
//
Allocation
is too large, create a dedicated page for the
allocation
/frameworks/rs/
rsFont.cpp
470
mRSC->mHal.funcs.
allocation
.data2D(mRSC, mTextTexture.get(), 0, 0, 0,
518
mFontShaderFConstant.set(
Allocation
::createAllocation(mRSC, inputType.get(),
552
Allocation
*cacheAlloc =
Allocation
::createAllocation(mRSC, texType.get(),
580
Allocation
*indexAlloc =
Allocation
::createAllocation(mRSC, indexType.get(),
583
uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.
allocation
.lock1D(mRSC, indexAlloc);
613
Allocation
*vertexAlloc =
Allocation
::createAllocation(mRSC, vertexDataType.get(),
615
mTextMeshPtr = (float*)mRSC->mHal.funcs.
allocation
.lock1D(mRSC, vertexAlloc)
[
all
...]
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h
39
/* --- Memory
allocation
flags --- */
41
/* General
allocation
hints */
580
* @id: returned id value for this
allocation
.
582
* @size: requested size of the
allocation
and actual size on return.
584
* @gpuaddr: returned GPU address for the
allocation
612
* @id: GPU
allocation
id to free
614
* Free an
allocation
by id, in case a GPU address has not been assigned or
615
* is unknown. Freeing an
allocation
by id with this ioctl or by GPU address
630
* @id: GPU
allocation
id to query. Also set on return.
632
* @size: returned size of the
allocation
[
all
...]
/libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java
162
* the external
allocation
API which was removed in Honeycomb.
171
* the external
allocation
API which was removed in Honeycomb.
178
* the external
allocation
API which was removed in Honeycomb.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xalloca.h
39
* Returns a pointer to size bytes of memory, or NULL if the
allocation
41
* function that made the
allocation
returns. You should not ask for
76
* os-dependent definition of local
allocation
and deallocation
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h
120
/* alloc_entry.c: elementary
allocation
code */
127
/* alloc_ttype.c: elementary
allocation
code */
131
/* free_ttype.c: elementary
allocation
code */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xalloca.h
39
* Returns a pointer to size bytes of memory, or NULL if the
allocation
41
* function that made the
allocation
returns. You should not ask for
76
* os-dependent definition of local
allocation
and deallocation
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h
120
/* alloc_entry.c: elementary
allocation
code */
127
/* alloc_ttype.c: elementary
allocation
code */
131
/* free_ttype.c: elementary
allocation
code */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xalloca.h
39
* Returns a pointer to size bytes of memory, or NULL if the
allocation
41
* function that made the
allocation
returns. You should not ask for
76
* os-dependent definition of local
allocation
and deallocation
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h
120
/* alloc_entry.c: elementary
allocation
code */
127
/* alloc_ttype.c: elementary
allocation
code */
131
/* free_ttype.c: elementary
allocation
code */
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java
32
* Represents a 12-bit file
allocation
table.
65
* Represents a 16-bit file
allocation
table.
86
* Represents a 32-bit file
allocation
table.
Completed in 941 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>