HomeSort by relevance Sort by last modified time
    Searched defs:free (Results 201 - 225 of 483) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
smb.h 36 __u16 free; member in struct:smb_dskattr
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 104 # list of pending blocks to free - see free() comment below
136 # free location and try to merge with neighbours
181 # Free all the blocks in the pending list - called with the lock held.
190 def free(self, block): member in class:Heap
191 # free a block returned by malloc()
192 # Since free() can be called asynchronously by the GC, it could happen
197 # synchronously sometimes later from malloc() or free(), by calling
203 # pending blocks to free
245 Finalize(self, BufferWrapper._heap.free, args=(block,)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 104 # list of pending blocks to free - see free() comment below
136 # free location and try to merge with neighbours
181 # Free all the blocks in the pending list - called with the lock held.
190 def free(self, block): member in class:Heap
191 # free a block returned by malloc()
192 # Since free() can be called asynchronously by the GC, it could happen
197 # synchronously sometimes later from malloc() or free(), by calling
203 # pending blocks to free
245 Finalize(self, BufferWrapper._heap.free, args=(block,)
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.cpp 68 Malloc(free),
214 Malloc(free)(list);
236 Malloc(free)(list);
240 Malloc(free)(info);
250 extern "C" void free(void* mem) { function
251 __libc_malloc_dispatch->free(mem);
313 InitMallocFunction<MallocDebugFree>(malloc_impl_handler, &table->free, prefix, "free");
465 (malloc_dispatch_table.free == NULL) ||
malloc_debug_common.h 93 MallocDebugFree free; member in struct:MallocDebug
  /bionic/linker/
linker.cpp 224 void SoinfoListAllocator::free(LinkedListEntry<soinfo>* entry) { function in class:SoinfoListAllocator
225 g_soinfo_links_allocator.free(entry);
281 g_soinfo_allocator.free(si);
819 static void free(void* ptr) {
820 allocator_.free(ptr);
837 static void free(T* ptr) {
838 SizeBasedAllocator<sizeof(T)>::free(ptr);
846 TypeBasedAllocator<LoadTask>::free(t);
    [all...]
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 56 * Finally, we add a means to free memory allocated by a TestCase after its
118 long free = runtime.freeMemory(); local
119 long used = total - free;
123 Log.d(TAG, "Free memory : " + free);

Completed in 965 milliseconds

1 2 3 4 5 6 7 891011>>