Home
last modified time | relevance | path

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

12345678910>>...51

/aosp_15_r20/external/clang/test/Analysis/
H A 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
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dobject_ptr.cpp7 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 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
/aosp_15_r20/trusty/user/app/storage/
Dcheckpoint.c40 struct block_mac free; member
98 const struct block_mac* free) { in checkpoint_update_roots()
121 struct block_set* free) { in checkpoint_read()
Dsuper.c150 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 Dssl_methods.h28 new, free, \ argument
73 free, \ argument
88 free, \ argument
/aosp_15_r20/external/python/cpython2/Python/
Dsymtable.c376 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/
DPool.cpp177 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/
Dsymtable.c502 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 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/
Dmemory_quota.cc257 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 Dmemory_quota.cc346 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 Ddeep_stack_uaf.cc12 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 D2008-10-3-EhValue.m10 +free; class
11 -free; method
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc46 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/
Dstorage_host_test.c91 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.h73 __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.h73 __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.h73 __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.h73 __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.h73 __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 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
/aosp_15_r20/test/vts-testcase/kernel/bow/
DBowTest.cpp275 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/
Dstring.rs84 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/
Dquick_allocator.hpp86 static block * free; member
182 freeblock<size, align_> * allocator_impl<size, align_>::free = 0; member in boost::detail::allocator_impl<size, align_>

12345678910>>...51