/aosp_15_r20/external/clang/test/Analysis/ |
H A D | NewDelete-intersections.mm | 19 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
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | object_ptr.cpp | 7 void THPPointer<PyObject>::free() { in free() function in THPPointer 15 void THPPointer<PyCodeObject>::free() { in free() function in THPPointer 23 void THPPointer<PyFrameObject>::free() { in free() function in THPPointer
|
/aosp_15_r20/external/antlr/runtime/C/include/ |
H A D | antlr3collections.h | 128 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
|
/aosp_15_r20/trusty/user/app/storage/ |
D | checkpoint.c | 40 struct block_mac free; member 98 const struct block_mac* free) { in checkpoint_update_roots() 121 struct block_set* free) { in checkpoint_read()
|
D | super.c | 150 struct block_mac free; member 190 const struct block_mac* free, in update_super_block_internal() 308 const struct block_mac* free, in update_super_block() 592 const struct block_mac* free, in fs_set_roots()
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | ssl_methods.h | 28 new, free, \ argument 73 free, \ argument 88 free, \ argument
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | symtable.c | 376 PyObject *bound, PyObject *local, PyObject *free, in analyze_name() 450 analyze_cells(PyObject *scope, PyObject *free) in analyze_cells() 532 PyObject *bound, PyObject *free, int classflag) in update_symbols() 624 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block() 736 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free, in analyze_child_block() 782 PyObject *free, *global; in symtable_analyze() local
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Pool.cpp | 177 void free(void* toFree) { in free() function 241 void free(void* ptr) { in free() function in gfxstream::guest::Heap 332 bool free(void* ptr) { in free() function in gfxstream::guest::Pool::Impl 423 void Pool::free(void* ptr) { in free() function in gfxstream::guest::Pool
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | symtable.c | 502 PyObject *bound, PyObject *local, PyObject *free, in analyze_name() 578 analyze_cells(PyObject *scopes, PyObject *free) in analyze_cells() 611 drop_class_free(PySTEntryObject *ste, PyObject *free) in drop_class_free() 628 PyObject *bound, PyObject *free, int classflag) in update_symbols() 739 analyze_block(PySTEntryObject *ste, PyObject *bound, PyObject *free, in analyze_block() 886 analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free, in analyze_child_block() 929 PyObject *free, *global; in symtable_analyze() local
|
/aosp_15_r20/external/autotest/client/deps/nvmap_compactor/src/ |
H A D | nvmap_carveout_compactor.c | 105 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/ |
D | memory_quota.cc | 257 size_t free = free_bytes_.load(std::memory_order_relaxed); in MaybeDonateBack() local 350 double free = std::max(intptr_t{0}, self->free_bytes_.load()); in Start() local 433 double free = std::max(intptr_t{0}, free_bytes_.load()); in FinishReclamation() local 550 double free = free_bytes_.load(); in GetPressureInfo() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/ |
H A D | memory_quota.cc | 346 size_t free = free_bytes_.load(std::memory_order_relaxed); in MaybeDonateBack() local 454 double free = std::max(intptr_t{0}, self->free_bytes_.load()); in Start() local 537 double free = std::max(intptr_t{0}, free_bytes_.load()); in FinishReclamation() local 654 double free = free_bytes_.load(); in GetPressureInfo() local
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/ |
H A D | deep_stack_uaf.cc | 12 static void free(char *x) { in free() function 19 static void free(char *x) { in free() function
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | 2008-10-3-EhValue.m | 10 +free; class 11 -free; method
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cc | 46 INTERCEPTOR(void, free, void *ptr) { in INTERCEPTOR() argument 155 void (*free)(void *mem); member 164 void (*free)(void *mem); member
|
/aosp_15_r20/trusty/user/app/storage/test/storage_host_test/ |
D | storage_host_test.c | 91 int free, in file_test_open() 193 int free, in file_test_etc() 235 int free, in file_test()
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | __clang_hip_runtime_wrapper.h | 73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { in free() function 81 __attribute__((weak)) inline __device__ void free(void *__ptr) { in free() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | __clang_hip_runtime_wrapper.h | 73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { in free() function 81 __attribute__((weak)) inline __device__ void free(void *__ptr) { in free() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | __clang_hip_runtime_wrapper.h | 73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { in free() function 81 __attribute__((weak)) inline __device__ void free(void *__ptr) { in free() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | __clang_hip_runtime_wrapper.h | 73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { in free() function 81 __attribute__((weak)) inline __device__ void free(void *__ptr) { in free() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | __clang_hip_runtime_wrapper.h | 73 __attribute__((noinline, weak)) __device__ void free(void *__ptr) { in free() function 81 __attribute__((weak)) inline __device__ void free(void *__ptr) { in free() function
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | HeapDisk.java | 131 public void free(RegularFile file) { in free() method in HeapDisk 136 public synchronized void free(RegularFile file, int count) { in free() method in HeapDisk
|
/aosp_15_r20/test/vts-testcase/kernel/bow/ |
D | BowTest.cpp | 275 void FindChanged(std::vector<TableEntry> const& free, int expected_changed) { in FindChanged() 328 auto free = GetTable(); in WriteSubmit() local 341 auto free = GetTable(); in WriteRestore() local
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | string.rs | 84 unsafe fn free(buf: *mut c_char) { in free() function 90 unsafe fn free(buf: *mut c_char) { in free() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/ |
D | quick_allocator.hpp | 86 static block * free; member 182 freeblock<size, align_> * allocator_impl<size, align_>::free = 0; member in boost::detail::allocator_impl<size, align_>
|