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

1 2 3 4 5 6 7 8 91011>>

  /system/core/include/cutils/
native_handle.h 59 * frees a native_handle_t allocated with native_handle_create().
60 * This ONLY frees the memory allocated for the native_handle_t, but doesn't
array.h 36 /** Frees an array. Does not free elements themselves. */
  /external/bluetooth/glib/glib/
grel.h 54 * g_relation_destroy() frees all resources
55 * g_tuples_destroy() frees the result of g_relation_select()
  /libcore/luni/src/main/java/java/nio/
DirectByteBuffers.java 29 * Explicitly frees the memory used by the given direct byte buffer.
36 * into the address and explicitly frees it 'beneith' us -- this is bad
  /external/chromium/base/
debug_util_mac.cc 14 // allocates or frees memory, we are in trouble if we do not _exit.
  /external/dropbear/libtommath/
bn_mp_clear.c 18 /* clear one (frees) */
  /frameworks/base/include/utils/
Pool.h 60 /* Frees an object from the pool. */
  /dalvik/vm/alloc/
HeapTable.c 40 /* Frees the array inside the HeapRefTable, not the HeapRefTable itself.
141 /* Frees everything associated with the LargeHeapRefTable.
Heap.h 39 * Frees all memory allocated via dvmMalloc() as
HeapSource.h 60 * Tears down the heap source and frees any resources associated with it.
108 * Frees the first numPtrs objects in the ptrs list and returns the
  /external/bison/src/
closure.h 52 /* Frees ITEMSET, RULESET and internal data. */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
allocators.sgml 50 Frees all of the memory allocated by the #GAllocator.
memory_chunks.sgml 199 Frees an atom in a #GMemChunk.
211 Frees all of the memory allocated for a #GMemChunk.
282 It frees all of the currently allocated blocks of memory.
292 Frees any blocks in a #GMemChunk which are no longer being used.
  /external/e2fsprogs/e2fsck/
argv_parse.h 20 * This function frees the argument vector created by argv_parse().
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_systhread.h 44 /* This function waits for the thread to finish and frees any data
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c 229 unsigned long address, Allocs=0, Frees=0;
248 Frees += tb_control->entry[k].p2;
260 TB_PRINTF("tb_scan() Allocs = %ld nAllocs = %d Frees = %ld nFrees = %d\n", Allocs, nAllocs, Frees, nFrees);
  /libcore/include/
LocalArray.h 49 * Frees the heap-allocated buffer, if there was one.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursor.java 58 * Frees any resources used by this cursor.
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
tracebuf.c 229 unsigned long address, Allocs=0, Frees=0;
248 Frees += tb_control->entry[k].p2;
260 TB_PRINTF("tb_scan() Allocs = %ld nAllocs = %d Frees = %ld nFrees = %d\n", Allocs, nAllocs, Frees, nFrees);
  /external/neven/Embedded/common/src/b_BasicEm/
DynMemManager.h 83 /** frees bbs_DynMemManager */
105 /** frees previously allocated memory */
118 /** frees all allocated memory */
  /external/e2fsprogs/lib/ext2fs/
freefs.c 112 * This procedure frees a badblocks list.
  /external/iptables/libipq/
ipq_create_handle.3 54 function frees up resources allocated by
  /external/quake/quake/src/QW/
release233_notes.txt 30 automatically frees up the mouse cursor.
  /external/srec/shared/include/
HashMap.h 64 * Removes the mapping for this key from this map if present and frees the value.
90 * Removes all mappings from this map and frees the values.
192 * Removes the mapping for this key from this map if present and frees the value.
216 * Removes all mappings from this map and frees the values.
  /system/core/libcutils/
buffer.h 74 * Frees and its data.

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 91011>>