HomeSort by relevance Sort by last modified time
    Searched full:freed (Results 26 - 50 of 753) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/android/utils/
path.h 81 * the returned string must be freed by the caller.
85 /* split a path into a (dirname,basename) pair. the result strings must be freed
102 * the result string must be freed by the caller
108 * the result must be freed by the caller.
tempfile.h 24 ** it. the returned path is owned by the TempFile object and should not be freed.
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm_c.h 26 /* Data that needs to be freed at SDL_SYS_VideoQuit() */
  /external/skia/include/core/
SkMallocPixelRef.h 27 /** Allocate the specified buffer for pixels. The memory is freed when the
SkChunkAlloc.h 50 success, the number of bytes freed is returned, or 0 if the block could
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_audit.h 813 // make sure lock is acquired and freed up upon return
827 // make sure lock is acquired and freed up upon return
842 // make sure lock is acquired and freed up upon return
857 // make sure lock is acquired and freed up upon return
873 // make sure lock is acquired and freed up upon return
900 // make sure lock is acquired and freed up upon return
918 // make sure lock is acquired and freed up upon return
945 // make sure lock is acquired and freed up upon return
970 // make sure lock is acquired and freed up upon return
1037 // make sure lock is acquired and freed up upon retur
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
txHwQueue.c 46 * They are freed according to FW counters that are provided by the FwEvent module
81 TI_UINT32 uAllocatedBlksCntr; /* Accumulates allocated blocks for FW freed-blocks counter coordination. */
82 TI_UINT32 uFwFreedBlksCntr; /* Accumulated freed blocks in FW. */
102 TI_UINT8 uFwTxResultsCntr; /* Accumulated freed descriptors in FW. */
437 This function is called per queue after reading the freed blocks counters from the FwStatus.
438 It updates the queue's blocks status according to the freed blocks.
446 TI_UINT32 numBlksToFree; /* The number of blocks freed in the current queue. */
457 /* The uFreeBlocks is the accumulated number of blocks freed by the FW for the uQueueId.
474 /* Update total free blocks and Queue used blocks with the freed blocks number. */
497 <-------------- freed --------------
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
txHwQueue.c 46 * They are freed according to FW counters that are provided by the FwEvent module
81 TI_UINT32 uAllocatedBlksCntr; /* Accumulates allocated blocks for FW freed-blocks counter coordination. */
82 TI_UINT32 uFwFreedBlksCntr; /* Accumulated freed blocks in FW. */
102 TI_UINT8 uFwTxResultsCntr; /* Accumulated freed descriptors in FW. */
437 This function is called per queue after reading the freed blocks counters from the FwStatus.
438 It updates the queue's blocks status according to the freed blocks.
446 TI_UINT32 numBlksToFree; /* The number of blocks freed in the current queue. */
457 /* The uFreeBlocks is the accumulated number of blocks freed by the FW for the uQueueId.
474 /* Update total free blocks and Queue used blocks with the freed blocks number. */
497 <-------------- freed --------------
    [all...]
  /external/bluetooth/glib/tests/
slice-concurrent.c 116 g_print ("Thread %d: %d blocks freed, %d blocks not freed\n",
  /external/jpeg/
jcomapi.c 62 * and must be freed, if necessary, by the application. (Often they are on
63 * the stack and so don't need to be freed anyway.)
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java 55 // done before the instance is freed.
  /external/dropbear/libtommath/
bn_mp_grow.c 37 /* reallocation failed but "a" is still valid [can be freed] */
  /external/skia/include/images/
SkImageRef_GlobalPool.h 50 amount actually freed may not always result in a ram usage value <=
  /external/skia/src/core/
SkRegionPriv.h 71 // sk_atomic_dec because it could be freed in the meantime,
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection.html 75 After forcing GC, resources associated with that database should be freed gracefully.<br>
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
WorkQueueItemGtk.cpp 29 // Returns a newly allocated UTF-8 character buffer which must be freed with g_free()
  /system/core/include/zipfile/
zipfile.h 37 // freed by release_zipfile()
  /external/clearsilver/util/
skiplist.h 88 * skipRelease(), the value will not be freed with the
106 * skipRelease(), the value will not be freed with the
121 * and the item freed (see skipNewList()).
  /external/e2fsprogs/intl/
loadinfo.h 83 freed by the caller. */
112 The return value is statically allocated and must not be freed. */
122 this one is dynamically allocated and has to be freed by the caller.
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
memblock.cpp 37 /// links to \p p, \p n. Data can not be modified and will not be freed.
71 /// will it be freed. Also, Derived classes should call DestructBlock from
101 /// The block assigned using this function will be freed in the destructor.
  /system/extras/libpagemap/include/pagemap/
pagemap.h 85 * The array should be freed by the caller. */
143 * The array should be freed by the caller, but the maps should not be
161 * Array of PFNs is returned through *pagemap_out, and should be freed by the
  /external/dbus/dbus/
dbus-mempool.c 56 * We just cast freed elements to this so we can
202 * The object must be freed with _dbus_mem_pool_dealloc().
373 _dbus_assert_not_reached ("freed nonexistent block");
379 DBusFreedElement *freed; local
381 freed = element;
382 freed->next = pool->free_elements;
383 pool->free_elements = freed;
  /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",
  /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().

Completed in 576 milliseconds

12 3 4 5 6 7 8 91011>>