HomeSort by relevance Sort by last modified time
    Searched full:freed (Results 1 - 25 of 792) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/msm7k/libgralloc/
allocator.cpp 72 chunk_t const * const freed = dealloc(offset); local
73 if (freed) {
138 "block at offset 0x%08lX of size 0x%08lX already freed",
141 // merge freed blocks together
142 chunk_t* freed = cur; local
148 freed = p;
156 LOG_FATAL_IF(!freed->free,
157 "freed block at offset 0x%08lX of size 0x%08lX is not free!",
158 freed->start * kMemoryAlign, freed->size * kMemoryAlign)
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
allocator.cpp 72 chunk_t const * const freed = dealloc(offset); local
73 if (freed) {
138 "block at offset 0x%08lX of size 0x%08lX already freed",
141 // merge freed blocks together
142 chunk_t* freed = cur; local
148 freed = p;
156 LOG_FATAL_IF(!freed->free,
157 "freed block at offset 0x%08lX of size 0x%08lX is not free!",
158 freed->start * kMemoryAlign, freed->size * kMemoryAlign)
    [all...]
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection-expected.txt 1 This test opens two databases, queues up a series of operations on both, then "forgets" about one of them. After forcing GC, resources associated with that database should be freed gracefully.
  /external/oprofile/libutil/
op_get_time.h 25 * The string is statically allocated and should not be freed.
  /external/clearsilver/man/man3/
skipRelease.3 32 and the item freed (see skipNewList()).
dictModifyValue.3 34 value is freed, and <new> is used)
skipNext.3 37 skipRelease(), the value will not be freed with the
skipSearch.3 36 skipRelease(), the value will not be freed with the
  /libcore/luni/src/main/java/java/nio/
DirectByteBuffers.java 31 * If the memory is known to already have been freed then this is a no-op.
32 * Once the memory has been freed then operations requiring access to the
35 * Note this is is possible that the memory is freed by code that reaches
67 * if this buffer address is known to have been freed
DirectByteBuffer.java 60 * is discarded the OS memory will be freed if it has not already been done
229 throw new IllegalStateException("Cannot use a direct byte buffer after it has been explicitly freed");
258 * if this buffer address is known to have been freed
271 * has already been freed then this is a no-op. Once the memory has been
272 * freed then operations requiring access to the memory will throw an
275 * Note this is is possible that the memory is freed by code that reaches
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xinerama.h 36 Returned array should be freed with XFree().
  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory_chunks.sgml 23 be freed individually. The memory chunk can only be free in its entirety.
26 #G_ALLOC_AND_FREE chunks do allow atoms to be freed individually.
28 atoms have been freed. This results in more memory being used and a slight
44 g_chunk_free(). (Atoms can only be freed if the memory chunk is created
142 will be freed individually.
151 will never be freed individually.
168 #G_ALLOC_AND_FREE is used if the atoms will be freed individually.
169 #G_ALLOC_ONLY should be used if atoms will never be freed individually.
231 #G_ALLOC_AND_FREE is used if the atoms will be freed individually.
232 #G_ALLOC_ONLY should be used if atoms will never be freed individually
    [all...]
  /cts/tests/tests/jni/libjnitest/
helper.h 44 * style. The returned string should be freed by calling free().
55 * be freed by calling free().
  /external/oprofile/daemon/
opd_trans.h 80 /** used when we need to clear data that's been freed */
83 /** used when we need to clear data that's been freed */
  /dalvik/tools/
gclog.py 54 # [11- 0] Bytes freed
77 # [59-48] Objects freed
82 freed = unfloat12((value >> 48) & 0xfff)
88 return ( freed, footprint, allowed, objs, bytes )
156 print "+ id=\"%s\" time=%d freed=%d" % (global_info[0], global_info[1], global_info[2])
157 print "+ freed=%d foot=%d allow=%d objs=%d bytes=%d" % \
164 print " freed %d objects / %d bytes in %dms" % \
  /frameworks/base/libs/binder/
MemoryDealer.cpp 299 chunk_t const * const freed = dealloc(offset); local
300 if (freed) {
370 "block at offset 0x%08lX of size 0x%08lX already freed",
373 // merge freed blocks together
374 chunk_t* freed = cur; local
380 freed = p;
389 if (!freed->free) {
390 dump_l("dealloc (!freed->free)");
393 LOG_FATAL_IF(!freed->free,
394 "freed block at offset 0x%08lX of size 0x%08lX is not free!"
    [all...]
  /libcore/include/
UniquePtr.h 75 // raw pointer will be freed.
153 static bool freed = false; variable
158 freed = true;
221 assert(!freed);
226 assert(freed);
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
RuntimeMemorySpy.java 86 * Requests that the given address is freed automatically when it becomes
87 * garbage. If the address is already freed, or has not been notified as
92 * the address to be freed.
  /external/sqlite/android/
PhoneticStringUtils.h 44 // *dst must be freed after being used outside.
51 // freed after being used outside.
  /bionic/libc/bionic/
dlmalloc.h 89 freed, free(p) will by default cuase the current program to abort.
113 ANSI) and p is NOT freed.
116 space is lopped off and freed if possible. realloc with a size
277 of which starts out cleared, and can be independently freed,
285 is itself dynamically allocated and should also be freed when it is
293 (which should be freed if not wanted).
295 Each element must be individually freed when it is no longer
305 may later need to be freed. For example:
331 independently freed, realloc'ed etc. The elements are guaranteed to
338 be freed when it is no longer needed. Otherwise, the chunks arra
    [all...]
  /cts/apps/CtsVerifier/jni/audioquality/
Window.h 34 should be freed using window_cleanup(). */
  /dalvik/vm/
AllocTracker.h 53 * refers to newly-allocated storage that must be freed by the caller.
  /external/chromium/base/test/
test_file_util_win.cc 87 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
88 DCHECK(freed);
100 BOOL freed = VirtualFree(buffer, 0, MEM_RELEASE); local
101 DCHECK(freed);
  /external/dropbear/libtommath/
bn_mp_clear.c 25 /* only do anything if a hasn't been freed previously */
  /external/e2fsprogs/intl/
localcharset.h 31 The result must not be freed; it is statically allocated.

Completed in 869 milliseconds

1 2 3 4 5 6 7 8 91011>>