Home
last modified time | relevance | path

Searched defs:free (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/external/clang/test/Analysis/
DNewDelete-intersections.mm19 free(&i); // no warn function
22 free(++p1); // no warn function
25 free(p2); function
26 free(p2); // no warn function
31 free(p4); function
35 free(p5); // no warn function
Dexceptions.mm7 void free(void *); function
/external/compiler-rt/test/asan/TestCases/
Ddeep_stack_uaf.cc12 static void free(char *x) { in free() function
19 static void free(char *x) { in free() function
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_methods.h28 new, free, \ argument
73 free, \ argument
88 free, \ argument
/external/clang/test/CodeGenObjC/
D2008-10-3-EhValue.m10 +free; class
11 -free; method
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DHeapDisk.java131 public void free(RegularFile file) { in free() method in HeapDisk
136 public synchronized void free(RegularFile file, int count) { in free() method in HeapDisk
/external/musl/src/malloc/
Dfree.c3 void free(void *p) in free() function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DStringBufferPool.java52 public synchronized static void free(FastStringBuffer sb) in free() method in StringBufferPool
/external/clang/test/CodeGenCXX/
Dattr-cleanup.cpp4 void free(void *i) {} in free() function
Ddebug-info-access.cpp40 void free() {} in free() function
/external/musl/src/locale/
Dfreelocale.c7 #define free __libc_free macro
Dduplocale.c9 #define free undef macro
/external/ltp/lib/newlib_tests/
Dtst_safe_fileops.c11 long free; in do_test() local
/external/perfetto/protos/perfetto/trace/ftrace/
Dlowmemorykiller.proto13 optional int64 free = 5; field
/external/compiler-rt/test/tsan/Linux/
Duser_malloc.cc15 extern "C" void free(void *p) { in free() function
/external/rust/crates/openssl/src/
Dstring.rs84 unsafe fn free(buf: *mut c_char) { in free() function
90 unsafe fn free(buf: *mut c_char) { in free() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Dspace_info.h29 uintmax_t free; member
/external/ComputeLibrary/src/runtime/
DAllocator.cpp39 void Allocator::free(void *ptr) in free() function in Allocator
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c105 int GetCarveoutFreeSize(unsigned int *free) in GetCarveoutFreeSize()
353 unsigned int free; in RunPhase() local
419 unsigned int free; in RunTest() local
451 unsigned int free; in RunTest() local
/external/antlr/runtime/C/include/
Dantlr3collections.h128 void (*free) (struct ANTLR3_HASH_TABLE_struct * table); member
174 void (*free) (struct ANTLR3_HASH_ENUM_struct * table); member
186 void (*free) (struct ANTLR3_LIST_struct * list); member
208 void (*free) (struct ANTLR3_STACK_struct * stack); member
386 void (*free) (struct ANTLR3_INT_TRIE_struct * trie); member
503 void (*free) (struct ANTLR3_TOPO_struct * topo); member
/external/tensorflow/tensorflow/core/platform/
Dmem.h64 int64_t free = 0; member
/external/ComputeLibrary/src/runtime/CL/
DCLBufferAllocator.cpp42 void CLBufferAllocator::free(void *ptr) in free() function in arm_compute::CLBufferAllocator
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dstream_map.h36 size_t free; member
/external/armnn/src/backends/backendsCommon/
DDefaultAllocator.hpp28 void free(void* ptr) override in free() function in armnn::DefaultAllocator
/external/llvm/lib/Support/
DMD5.cpp189 unsigned long used, free; in update() local
233 unsigned long used, free; in final() local

12345678910>>...12