Searched
refs:free (Results
1776 -
1800 of
5893) sorted by null
<<71727374757677787980>>
/hardware/ti/omap4-aah/libtiutils/ |
Semaphore.cpp | 68 free(mSemaphore);
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
delegation_client_extension.c | 135 if (partitionNames[i] != NULL) free(partitionNames[i]);
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_memory.c | 169 free(pData);
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_DebugMem.h | 61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__) macro
|
/hardware/ti/omap4xxx/libtiutils/ |
Semaphore.cpp | 67 free(mSemaphore);
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client_extension.c | 135 if (partitionNames[i] != NULL) free(partitionNames[i]);
|
/libcore/luni/src/main/java/java/nio/ |
NioUtils.java | 49 dbb.memoryRef.free();
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
Util.java | 6 * This code is free software; you can redistribute it and/or modify it 8 * published by the Free Software Foundation. Oracle designates this 19 * 2 along with this work; if not, write to the Free Software Foundation, 170 // buffer from the cache and free it. 173 free(buf); 196 free(buf); 211 free(buf); 218 private static void free(ByteBuffer buf) { method in class:Util
|
/libcore/ojluni/src/main/native/ |
java_util_zip_Deflater.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, 80 free(strm); 84 free(strm); 89 free(strm); 234 free((z_stream *)jlong_to_ptr(addr));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
ctor.pass.cpp | 34 std::free(p);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
F.pass.cpp | 32 std::free(p);
|
F_assign.pass.cpp | 35 std::free(p);
|
alloc_rfunction.pass.cpp | 32 std::free(p);
|
nullptr_t_assign.pass.cpp | 32 std::free(p);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
unique_ptr.pass.cpp | 30 std::free(p);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
make_shared.pass.cpp | 31 std::free(p);
|
/ndk/sources/host-tools/make-3.81/ |
ar.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 114 free (arname); 115 free (memname); 191 free (arname); 192 free (memname);
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample10_unittest.cc | 63 free(block);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/ |
utility.hpp | 48 std::free(realname);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 92 free(image);
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
pymem.h | 18 Because the Python implementation is free to change internal details, and 23 calloc/free. For example, on Windows different DLLs may end up using 25 heap used by the Python DLL; it could be a disaster if you free()'ed that 45 free. These functions make sure that allocating 0 bytes returns a distinct 56 /* Starting from Python 1.6, the wrappers Py_{Malloc,Realloc,Free} are 78 #define PyMem_FREE free 113 * anymore. They're just confusing aliases for PyMem_{Free,FREE} now.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
dis.py | 69 free = None 105 if free is None: 106 free = co.co_cellvars + co.co_freevars 107 print '(' + free[oparg] + ')',
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
pymem.h | 18 Because the Python implementation is free to change internal details, and 23 calloc/free. For example, on Windows different DLLs may end up using 25 heap used by the Python DLL; it could be a disaster if you free()'ed that 45 free. These functions make sure that allocating 0 bytes returns a distinct 56 /* Starting from Python 1.6, the wrappers Py_{Malloc,Realloc,Free} are 78 #define PyMem_FREE free 113 * anymore. They're just confusing aliases for PyMem_{Free,FREE} now.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
dis.py | 69 free = None 105 if free is None: 106 free = co.co_cellvars + co.co_freevars 107 print '(' + free[oparg] + ')',
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_dragonfly_amd64.c | 61 free(v);
|
Completed in 1066 milliseconds
<<71727374757677787980>>