Home
last modified time | relevance | path

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

1234567891011

/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/llvm-project/clang/test/Analysis/
DNewDelete-intersections.mm28 free(&i); // no warn function
31 free(++p1); // no warn function
34 free(p2); function
35 free(p2); // no warn function
40 free(p4); function
44 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/llvm-project/compiler-rt/test/asan/TestCases/
Ddeep_stack_uaf.cpp11 static void free(char *x) { in free() function
18 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/llvm-project/clang/lib/Headers/
D__clang_hip_runtime_wrapper.h41 static inline __device__ void *free(void *__ptr) { return __hip_free(__ptr); } in free() function
47 static inline __device__ void *free(void *__ptr) { in free() function
/external/clang/test/CodeGenObjC/
D2008-10-3-EhValue.m10 +free; class
11 -free; method
/external/llvm-project/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/clang/test/CodeGenCXX/
Dattr-cleanup.cpp4 void free(void *i) {} in free() function
Ddebug-info-access.cpp40 void free() {} 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/llvm-project/clang/test/CodeGenCXX/
Dattr-cleanup.cpp4 void free(void *i) {} in free() function
Ddebug-info-access.cpp40 void free() {} in free() function
/external/ltp/lib/newlib_tests/
Dtst_safe_fileops.c11 long free; in do_test() local
/external/compiler-rt/test/tsan/Linux/
Duser_malloc.cc15 extern "C" void free(void *p) { in free() function
/external/perfetto/protos/perfetto/trace/ftrace/
Dlowmemorykiller.proto13 optional int64 free = 5; field
/external/llvm-project/compiler-rt/test/tsan/Linux/
Duser_malloc.cpp19 extern "C" void free(void *p) { in free() function
/external/tensorflow/tensorflow/core/platform/
Dmem.h64 int64 free = 0; member
/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/curl/docs/
DDYNBUF.md20 ## free section in dynbuf
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dstream_map.h36 size_t free; member
/external/llvm-project/clang/lib/AST/Interp/
DInterpBlock.cpp79 void DeadBlock::free() { in free() function in DeadBlock

1234567891011