Searched
refs:free (Results
301 -
325 of
5602) sorted by null
<<11121314151617181920>>
/external/e2fsprogs/tests/progs/ |
test_icount_cmds.ct | 13 request do_free_icount, "Free an icount structure", 14 free_icount, free;
|
/external/fec/ |
dotprod_port.c | 34 /* Free a dot product descriptor created earlier */ 39 free(dp->coeffs); 40 free(dp);
|
/external/grpc-grpc/third_party/nanopb/tests/common/ |
malloc_wrappers.c | 19 /* Free memory allocated with malloc_with_check() and do the checks. */ 25 free(buf); 47 free(ptr);
|
/external/libcxxabi/test/ |
test_vector2.pass.cpp | 28 std::free ( p ); 33 std::free ( p );
|
/external/libhevc/encoder/ |
osal.c | 101 handle->free = 0; 149 handle->free = cb_funcs->osal_free;
|
/external/libopus/tests/ |
test_opus_padding.c | 65 free(in); 66 free(out);
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
mlock2.h | 52 free(line); 61 free(line);
|
/external/llvm/bindings/go/llvm/ |
support.go | 33 defer C.free(unsafe.Pointer(libstr)) 37 C.free(unsafe.Pointer(errstr)) 49 defer C.free(unsafe.Pointer(argstrs[i])) 52 defer C.free(unsafe.Pointer(overviewstr))
|
/external/llvm/unittests/Support/ |
ManagedStatic.cpp | 55 free(p1); 56 free(p2);
|
/external/ltp/lib/ |
tst_fill_file.c | 4 * This program is free software; you can redistribute it and/or 6 * published by the Free Software Foundation; either version 2 of 15 * along with this program; if not, write the Free Software Foundation, 47 free(buf); 52 free(buf);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
2-1.c | 131 free(aiocbs[i]); 132 free(bufs); 140 free(aiocbs[i]); 141 free(bufs); 150 free(aiocbs[i]); 151 free(bufs); 159 /* Check return code and free things */ 170 free(aiocbs[i]); 173 free(bufs);
|
/external/ltp/testcases/realtime/func/pi-tests/ |
testpi-0.c | 5 * This program is free software; you can redistribute it and/or modify 7 * the Free Software Foundation; either version 2 of the License, or 16 * along with this program; if not, write to the Free Software 86 free(pathbuf); 95 free(pathbuf);
|
/external/lzma/C/ |
7zAlloc.c | 11 /* use _SZ_ALLOC_DEBUG to debug alloc/free operations */
47 free(address);
79 free(address);
|
/external/mesa3d/src/gallium/auxiliary/os/ |
os_memory_stdc.h | 6 * Permission is hereby granted, free of charge, to any person obtaining a 45 #define os_free(_ptr) free(_ptr) 63 #define os_free_aligned(_ptr) free(_ptr)
|
/external/mesa3d/src/util/tests/hash_table/ |
replacement.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 62 free(str1); 63 free(str2);
|
/external/nanopb-c/tests/common/ |
malloc_wrappers.c | 19 /* Free memory allocated with malloc_with_check() and do the checks. */ 25 free(buf); 47 free(ptr);
|
/external/openssh/regress/unittests/sshbuf/ |
test_sshbuf_misc.c | 59 free(p); 70 free(p); 82 free(p); 95 free(p); 107 free(p); 145 free(p); 152 free(p); 159 free(p);
|
/external/selinux/libselinux/utils/ |
getseuser.c | 34 free(seuser); 35 free(level);
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
support.go | 33 defer C.free(unsafe.Pointer(libstr)) 37 C.free(unsafe.Pointer(errstr)) 49 defer C.free(unsafe.Pointer(argstrs[i])) 52 defer C.free(unsafe.Pointer(overviewstr))
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/ |
trt_allocator.h | 56 void free(void* memory) override; 70 void free(void* memory) override; 75 // supporting alignment from allocation request requires a map to free;
|
/external/tensorflow/tensorflow/core/platform/ |
abi.cc | 43 std::free, 50 abi::__cxa_demangle(name, nullptr, nullptr, &status), std::free};
|
/external/u-boot/drivers/core/ |
device-remove.c | 95 free(dev->platdata); 99 free(dev->uclass_platdata); 103 free(dev->parent_platdata); 116 free((char *)dev->name); 117 free(dev); 123 * device_free() - Free memory buffers allocated by a device 131 free(dev->priv); 136 free(dev->uclass_priv); 146 free(dev->parent_priv);
|
/external/u-boot/lib/zlib/ |
zutil.c | 52 extern void free OF((voidpf ptr)); 66 free(ptr);
|
/external/vboot_reference/utility/ |
pad_digest_utility.c | 52 free(padded_digest); 53 free(digest);
|
signature_digest_utility.c | 52 free(signature_digest); 53 free(buf);
|
Completed in 1747 milliseconds
<<11121314151617181920>>