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

1 23 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 119 // Use madvise as apropriate to prevent freed pages from being spilled,
314 // Freed allocations of the common size are not stored back into the main
380 // vector; all other freed chunks are added to m_freeList.
387 // 16MB of allocations have been freed, sweep m_freeList
405 // Freed space from the most common sized allocations will be held in this list, ...
409 // ... and all other freed allocations are held in m_freeList.
412 // This is used for housekeeping, to trigger defragmentation of the freed lists.
  /external/bluetooth/glib/glib/
gmem.c 50 * g_mem_gc_friendly is TRUE, freed memory should be 0-wiped.
374 g_print (" blocks of | allocated | freed | allocated | freed | n_bytes \n");
425 "freed=%"G_GSIZE_FORMAT" (%.2f%%), "
509 g_warning ("free(%p): memory has been freed %"G_GSIZE_FORMAT" times already",
551 "memory has been freed %"G_GSIZE_FORMAT" times already",
ghash.c 664 * key and value are freed using the supplied destroy functions, otherwise
665 * you have to make sure that any dynamically allocated values are freed
917 * #GHashTable, the old value is freed using that function. If you supplied
918 * a @key_destroy_func when creating the #GHashTable, the passed key is freed
938 * @value_destroy_func when creating the #GHashTable, the old value is freed
940 * #GHashTable, the old key is freed using that function.
998 * key and value are freed using the supplied destroy functions, otherwise
999 * you have to make sure that any dynamically allocated values are freed
1035 * and values are freed using the supplied destroy functions, otherwise you
1036 * have to make sure that any dynamically allocated values are freed
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays_pointer.sgml 237 If array contents point to dynamically-allocated memory, they should be freed
243 @free_seg: if %TRUE the actual pointer array is freed as well.
245 The pointer array should be freed using g_free().
arrays_byte.sgml 188 @free_segment: if %TRUE the actual byte data is freed as well.
190 The element data should be freed using g_free().
completion.sgml 20 When no longer needed, the #GCompletion is freed with g_completion_free().
111 This string should be freed when no longer needed.
  /external/bluetooth/glib/gio/
gvolumemonitor.c 264 * The returned list should be freed with g_list_free(), after
287 * The returned list should be freed with g_list_free(), after
310 * The returned list should be freed with g_list_free(), after
  /development/simulator/app/
Preferences.h 46 * newly-allocated storage that must be freed with "delete[]". This
  /external/chromium/third_party/libevent/
evhttp.h 112 * @param http the evhttp server object to be freed
317 The returned string must be freed by the caller.
328 The returned string must be freed by the caller.
360 * The returned string needs to be freed by the caller.
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_import.c 25 @return CRYPT_OK if successful, upon error allocated memory is freed
  /external/libvpx/vpx_mem/ti_c6x/
vpx_mem_ti_6cx.c 110 "not found in list; freed from file:%s"
  /external/webkit/JavaScriptCore/wtf/
RefCounted.h 64 // Returns whether the pointer should be freed or not.
  /external/webkit/WebKit/win/
WebDocumentLoader.cpp 72 // we only call detachDataSource when the WebDataSource is freed - and we won't get there if m_dataSource is not
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java 160 new EventValueDescription("Freed Objects", EventValueType.LONG,
162 new EventValueDescription("Freed Bytes", EventValueType.LONG, ValueType.BYTES),
211 // [11- 0] Bytes freed
227 // [59-48] Objects freed
  /external/bluetooth/glib/tests/
slice-threadinit.c 121 break; /* reallocated previously freed slice */
147 break; /* reallocated previously freed slice */
  /external/chromium/base/third_party/xdg_user_dirs/
xdg_user_dir_lookup.cc 44 * The return value is newly allocated and must be freed with
187 * The return value is newly allocated and must be freed with
  /external/chromium/net/base/
file_stream.h 79 // progress. That will cancel the read and allow the buffer to be freed.
107 // progress. That will cancel the write and allow the buffer to be freed.
  /external/chromium/third_party/icu/source/common/
usc_impl.h 63 * be freed using <code>uscript_closeRun()</code>. Note that this object does not copy the source text,
89 * @param scriptRun is the <code>UScriptRun</code> object which will be freed.
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_import.c 79 @return CRYPT_OK if successful, upon error all allocated memory will be freed
92 @return CRYPT_OK if successful, upon error all allocated memory will be freed
  /external/e2fsprogs/e2fsck/
mtrace.h 103 fragments in a block have been freed, the block itself is freed. */
  /external/icu4c/common/
usc_impl.h 63 * be freed using <code>uscript_closeRun()</code>. Note that this object does not copy the source text,
89 * @param scriptRun is the <code>UScriptRun</code> object which will be freed.
  /external/openssl/crypto/x509v3/
pcy_int.h 99 /* qualifiers are shared and shouldn't be freed */
103 /* Parent node is an extra node and should be freed */
  /external/qemu/slirp/
ip_output.c 52 * The mbuf chain containing the packet will be freed.
53 * The mbuf opt, if present, will not be freed.
  /external/qemu/slirp-android/
ip_output.c 52 * The mbuf chain containing the packet will be freed.
53 * The mbuf opt, if present, will not be freed.
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.cpp 57 // Make sure we close our platform channel when the base is freed, to keep the channel objects from leaking.
139 // We can't call member functions on our remote pair while holding our mutex or we'll deadlock, but we need to guard against the remote port getting closed/freed, so create a standalone reference.

Completed in 1884 milliseconds

1 23 4 5 6 7 8 91011>>