OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocated
(Results
176 - 200
of
6546
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Quit.3
11
\fBSDL_Quit\fP shuts down all SDL subsystems and frees the resources
allocated
to them\&. This should always be called before you exit\&. For the sake of simplicity you can set \fBSDL_Quit\fP as your \fBatexit\fP call, like:
/external/skia/include/core/
SkTypes.h
43
SK_MALLOC_THROW = 0x02 //!< instructs sk_malloc to call sk_throw if the memory cannot be
allocated
.
431
/** Assign a new ptr
allocated
with sk_malloc (or null), and return the
464
* Manage an
allocated
block of heap memory. This object is the sole manager of
481
* than the current size (and the current block was dynamically
allocated
).
486
* current block is dynamically
allocated
, free the old block and
493
* current block is dynamically
allocated
, just return the old
528
* Return the
allocated
block.
551
* Manage an
allocated
block of memory. If the requested size is <= kSize, then
560
* a zero-byte allocation. Must call reset(size) to return an
allocated
571
*
allocated
[
all
...]
/external/skia/src/gpu/gl/debug/
GrTextureUnitObj.h
15
// Although texture unit objects are
allocated
& deallocated like the other
/external/skia/src/images/
SkStreamHelpers.h
15
* Copy the provided stream to memory
allocated
by storage.
/external/valgrind/main/drd/tests/
memory_allocation.c
3
* memory
allocated
by a client. See also
/external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp
17
total heap usage: 0 allocs, 0 frees, 0 bytes
allocated
mcsigpass.stderr.exp
17
total heap usage: 0 allocs, 0 frees, 0 bytes
allocated
mcwatchpoints.stderr.exp
22
total heap usage: 0 allocs, 0 frees, 0 bytes
allocated
/external/valgrind/main/helgrind/tests/
free_is_write.c
30
fprintf(stderr, "Pointer to
allocated
memory: %p\n", s_mem);
/external/valgrind/main/memcheck/tests/
describe-block.stderr.exp
10
total heap usage: ... allocs, ... frees, ... bytes
allocated
/external/wpa_supplicant_8/src/utils/
wpabuf.h
21
size_t size; /* total size of the
allocated
buffer */
25
/* optionally followed by the
allocated
buffer */
42
* wpabuf_size - Get the currently
allocated
size of a wpabuf buffer
44
* Returns: Currently
allocated
size of the buffer
/frameworks/base/core/java/android/database/
CursorWindowAllocationException.java
20
* This exception is thrown when a CursorWindow couldn't be
allocated
,
/frameworks/base/libs/hwui/
RenderBuffer.h
69
* Indicates whether this render buffer has
allocated
its
88
* Resizes this render buffer. If the buffer was previously
allocated
,
89
* the storage is re-
allocated
wit the new specified dimensions. If the
90
* buffer wasn't previously
allocated
, the buffer remains unallocated.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h
50
struct snd_util_memblk *block; /*
allocated
data block */
89
int fonts_size; /* number of fonts
allocated
*/
90
int zone_counter; /* last
allocated
time for zone */
91
int sample_counter; /* last
allocated
time for sample */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soundfont.h
50
struct snd_util_memblk *block; /*
allocated
data block */
89
int fonts_size; /* number of fonts
allocated
*/
90
int zone_counter; /* last
allocated
time for zone */
91
int sample_counter; /* last
allocated
time for sample */
/external/chromium_org/v8/src/
zone.h
69
// Deletes all objects and free all memory
allocated
in the Zone. Keeps one
77
// Returns true if more memory has been
allocated
in zones than
91
// object being
allocated
has a size that is divisible by 8 then its alignment
107
// The number of bytes
allocated
in this zone so far.
110
// The number of bytes
allocated
in segments. Note that this number
111
// includes memory
allocated
from the OS but not yet
allocated
from
116
// the bytes. Returns the address of the newly
allocated
chunk of
140
//
allocated
in the Zone. Use it as a base class; see ast.h.
188
// elements. The list itself and all its elements are
allocated
in th
[
all
...]
/art/runtime/gc/space/
space.h
71
// A space contains memory
allocated
for managed objects.
111
// Is this the space
allocated
into by the Zygote and no-longer in use?
148
// Number of bytes currently
allocated
.
150
// Number of objects currently
allocated
.
152
// Number of bytes
allocated
since the space was created.
154
// Number of objects
allocated
since the space was created.
159
// actually
allocated
bytes which is >= num_bytes.
231
// A space where objects may be
allocated
higgledy-piggledy throughout virtual memory. Currently
/bionic/libc/stdio/
glue.h
36
* The first few FILEs are statically
allocated
; others are dynamically
37
*
allocated
and linked in via this glue structure.
/external/bison/lib/
quote.h
28
ARGSIZE),
allocated
in slot N, suitable for diagnostics. If
38
/* Return an unambiguous printable representation of ARG,
allocated
in
/external/chromium/chrome/browser/resources/net_internals/
socketsview.js
9
* - For each pool with
allocated
sockets or connect jobs, shows all its
10
* groups with any
allocated
sockets.
/external/chromium_org/content/common/media/
video_capture_messages.h
32
// Tell the renderer process that a new buffer is
allocated
for video capture.
40
//
allocated
by VideoCaptureMsg_NewBuffer.
/external/chromium_org/media/base/
audio_fifo.h
16
// can not be extended dynamically. The
allocated
memory is utilized as a
27
// Push() will crash if the
allocated
space is insufficient.
/external/chromium_org/printing/backend/
printing_info_win.h
22
// and calls GetPrinter internally with correctly
allocated
buffer.
40
// and calls GetDriverInfo internally with correctly
allocated
buffer.
/external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferDeallocationObserver.h
41
// Called when Blink-
allocated
ArrayBuffer becomes available to JavaScript.
42
// Not called for JavaScript-
allocated
ArrayBuffers.
/external/chromium_org/third_party/skia/src/core/
SkMask.cpp
37
freely assign memory
allocated
by one class to the other.
44
freely assign memory
allocated
by one class to the other.
Completed in 1553 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>