HomeSort by relevance Sort by last modified time
    Searched refs:free (Results 2276 - 2300 of 5893) sorted by null

<<919293949596979899100>>

  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.cpp     [all...]
  /hardware/ril/libril/
rilSocketQueue.h 148 free(temp);
  /hardware/ti/omap3/dspbridge/inc/
mem.h 47 *! 19-Apr-2004 sb: Added Alloc/Free PhysMem, FlushCache, VirtualToPhysical
173 * Discontinue usage of module; free resources when reference count
202 * Free the given block of system memory.
215 #define MEM_Free(ptr) free (ptr)
221 * Free the given block of system memory.
238 * Free the given block of physically contiguous memory.
259 * pObj: Pointer to the object to free.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 7 * This program is free software; you can redistribute it and/or modify it
9 * by the Free Software Foundation version 2.1 of the License.
47 *! 19-Apr-2004 sb: Added Alloc/Free PhysMem, FlushCache, VirtualToPhysical
173 * Discontinue usage of module; free resources when reference count
202 * Free the given block of system memory.
215 #define MEM_Free(ptr) free (ptr)
221 * Free the given block of system memory.
238 * Free the given block of physically contiguous memory.
259 * pObj: Pointer to the object to free.
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c 307 free(pNameZ);
335 free(pNameZ);
478 free(pBuff);
551 free(pFile);
  /libcore/ojluni/src/main/native/
io_util_md.c 5 * This code is free software; you can redistribute it and/or modify it
7 * published by the Free Software Foundation. Oracle designates this
18 * 2 along with this work; if not, write to the Free Software Foundation,
57 free(chars);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp 33 std::free(p);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
auto_ptr.pass.cpp 30 std::free(p);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_new_delete.cpp 144 std::free(ptr);
  /ndk/sources/host-tools/make-3.81/
expand.c 3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
7 GNU Make is free software; you can redistribute it and/or modify it under the
8 terms of the GNU General Public License as published by the Free Software
16 GNU Make; see the file COPYING. If not, write to the Free Software
183 free (value);
288 free_beg = 1; /* Remember to free BEG when finished. */
370 free (value);
381 free (beg);
580 /* Restore a previously-saved variable_buffer setting (free the current one).
586 free (variable_buffer)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
filestreamtest.cpp 54 free(json_);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
obj.h 19 void (*free)(void *v); member in struct:isl_obj_vtable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 3 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
5 // This file is part of the GNU ISO C++ Library. This library is free
8 // Free Software Foundation; either version 3, or (at your option)
18 // 3.1, as published by the Free Software Foundation.
53 * - all deallocation calls free
112 { std::free(static_cast<void*>(__p)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
obj.h 19 void (*free)(void *v); member in struct:isl_obj_vtable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 3 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
5 // This file is part of the GNU ISO C++ Library. This library is free
8 // Free Software Foundation; either version 3, or (at your option)
18 // 3.1, as published by the Free Software Foundation.
53 * - all deallocation calls free
112 { std::free(static_cast<void*>(__p)); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
coretypes.h 2 Copyright (C) 2002-2013 Free Software Foundation, Inc.
6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free
18 3.1, as published by the Free Software Foundation.
158 #define obstack_chunk_free ((void (*) (void *)) free)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
malloc_allocator.h 3 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
5 // This file is part of the GNU ISO C++ Library. This library is free
8 // Free Software Foundation; either version 3, or (at your option)
18 // 3.1, as published by the Free Software Foundation.
53 * - all deallocation calls free
112 { std::free(static_cast<void*>(__p)); }
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_darwin_386.c 89 * We got the key we wanted. Free the others.
142 free(v);
gcc_darwin_amd64.c 60 * We got the key we wanted. Free the others.
113 free(v);
  /prebuilts/go/darwin-x86/test/bench/shootout/
binary-tree.c 96 free(tree);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_darwin_386.c 89 * We got the key we wanted. Free the others.
142 free(v);
gcc_darwin_amd64.c 60 * We got the key we wanted. Free the others.
113 free(v);
  /prebuilts/go/linux-x86/test/bench/shootout/
binary-tree.c 96 free(tree);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 3 // Copyright (C) 2001-2014 Free Software Foundation, Inc.
5 // This file is part of the GNU ISO C++ Library. This library is free
8 // Free Software Foundation; either version 3, or (at your option)
18 // 3.1, as published by the Free Software Foundation.
53 * - all deallocation calls free
112 { std::free(static_cast<void*>(__p)); }
  /sdk/avdlauncher/src/source/
avdlauncher.c 65 free(s2);

Completed in 971 milliseconds

<<919293949596979899100>>