/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.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
IMemorySpy.java | 37 * Requests that the given address is freed automatically when it becomes 38 * garbage. If the address is alredy freed, or has not been notified as 43 * the address to be freed.
|
/dalvik/libcore/nio/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 | 61 * is discarded the OS memory will be freed if it has not already been done 231 // explicitly freed. 261 * if this buffer address is known to have been freed 274 * has already been freed then this is a no-op. Once the memory has been 275 * freed then operations requiring access to the memory will throw an 278 * Note this is is possible that the memory is freed by code that reaches
|
/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
|
/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...] |
/dalvik/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);
|
/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...] |
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/nls/ |
messages.properties | 25 nio.08=Cannot use the direct byte buffer after it has been explicitly freed.
|
/dalvik/vm/ |
AllocTracker.h | 53 * refers to newly-allocated storage that must be freed by the caller.
|
/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.
|
/external/opencore/oscl/oscl/osclmemory/src/ |
oscl_mem_mempool.cpp | 609 // Create and fill in a block info header for the memory being freed back to memory pool 869 // become the right neighbor of the block being freed 880 // Check where the newly freed block is in the list 896 // Check that the newly freed block doesn't overlap with an existing free block 911 // Check that the newly freed block doesn't overlap with an existing free block 928 // Check that the newly freed block doesn't overlap with the existing free blocks 942 // Merge the newly freed block with neighbors if contiguous [all...] |