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

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebKit/chromium/tests/
UniscribeHelperTest.cpp 49 // this, it will be automatically freed at the end of the test. Returns 0
94 // The script cache pointer is heap allocated and must be freed.
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.c 138 * Both buffers a and b will be freed regardless of the return value. Input
177 * by the source data. The source buffer will be freed on error, i.e., caller
  /libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 166 * Tells the VM that <size> bytes have been freed in an external
174 * @param size The number of bytes that have been freed. This same number
  /external/freetype/src/base/
ftdbgmem.c 30 #define KEEPALIVE /* `Keep alive' means that freed blocks aren't released
86 * memory block. If KEEPALIVE is defined, blocks that are freed by
94 FT_Long size; /* < 0 if the block was freed */
528 /* This block was already freed. Our memory is now completely */
532 "memory heap corrupted (allocating freed block)" );
649 /* was freed. */
782 "trying to reallocate freed block at %p in (%s:%ld)",
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 134 // APP_CMD_RESUME, at which point it will be freed and savedState set to NULL.
138 // freed for you later.
292 * the size in android_app.savedStateSize. The will be freed for you
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays.sgml 300 If array elements contain dynamically-allocated memory, they should be freed
306 @free_segment: if %TRUE the actual element data is freed as well.
308 The element data should be freed using g_free().
memory.sgml 154 and @mem will be freed unless it is %NULL.
213 Allocates @size bytes on the stack; these bytes will be freed when the current
240 will be freed together with the variable sized array upon exit of that scope, and
335 the total number of bytes which have been freed,
  /external/dbus/dbus/
dbus-dataslot.c 154 * existing #DBusDataSlotList objects with this ID will be freed when the
231 * @param old_data previously-existing data, should be freed with old_free_func
288 * The slot must still be allocated (must not have been freed).
dbus-errors.c 137 * An error only needs to be freed if it's been set, not if
155 * the error only needs to be freed if it is set at some point.
208 * freed. You probably want dbus_set_error() instead, in most cases.
dbus-message-private.h 101 unsigned int in_cache : 1; /**< Has been "freed" since it's in the cache (this is a debug feature) */
dbus-misc.c 40 * The returned string must be freed with dbus_free().
dbus-string-private.h 52 unsigned int invalid : 1; /**< DBusString is invalid (e.g. already freed) */
dbus-test.c 47 _dbus_warn ("%d dbus_malloc blocks were not freed\n",
  /external/wpa_supplicant/
eap_methods.c 215 /* Store the handle for this shared object. It will be freed with
233 * of freed memory will occur after unloading.
280 * The returned structure should be freed with eap_peer_method_free() when it
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_methods.c 215 /* Store the handle for this shared object. It will be freed with
233 * of freed memory will occur after unloading.
280 * The returned structure should be freed with eap_peer_method_free() when it
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 207 // Total size of lemmas including used and freed
209 // Freed lemma count
211 // Freed lemma size in byte
  /bionic/libc/include/
malloc.h 86 freed. Note that this is the number of bytes allocated, not the
  /dalvik/libdex/
DexDataMap.c 63 * Since everything got allocated together, everything can be freed
  /dalvik/vm/
LinearAlloc.h 96 * Free a chunk. Does not increase available storage, but the freed area
  /dalvik/vm/test/
TestHash.c 130 /* make sure they all get freed */
  /development/ndk/platforms/android-3/include/
malloc.h 86 freed. Note that this is the number of bytes allocated, not the
  /external/bluetooth/glib/glib/
gmarkup.h 99 * methods in the vtable. The GError should not be freed.
  /external/bluetooth/glib/gobject/
gboxed.h 57 * @boxed: The boxed structure to be freed.
  /external/chromium/base/
thread_local_unittest.cc 154 // Our slot should have been freed, we're all reset.
  /external/dbus/bus/
test-main.c 48 _dbus_warn ("%d dbus_malloc blocks were not freed\n",

Completed in 301 milliseconds

1 2 34 5 6 7 8 91011>>