Home
last modified time | relevance | path

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

12345678

/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c71 void free(void* mem) in free() function
84 MuslFunc(free)(mem); in free() local
91 MuslFunc(free)(mem); in free() local
100 MuslFunc(free)(mem); in free() local
/third_party/musl/src/hook/linux/
Dmalloc_common.c99 void free(void* mem) in free() function
112 MuslFunc(free)(mem); in free() local
119 MuslFunc(free)(mem); in free() local
128 MuslFunc(free)(mem); in free() local
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_methods.h28 new, free, \ argument
73 free, \ argument
88 free, \ argument
/third_party/musl/src/malloc/
Dfree.c8 void free(void *p) in free() function
/third_party/musl/porting/linux/user/src/malloc/
Dfree.c8 void free(void *p) in free() function
/third_party/ltp/lib/newlib_tests/
Dtst_safe_fileops.c11 long free; in do_test() local
/third_party/musl/porting/liteos_a/user/src/locale/
Dfreelocale.c8 #define free __libc_free macro
/third_party/musl/src/locale/
Dfreelocale.c8 #define free __libc_free macro
Dduplocale.c9 #define free undef macro
Dnewlocale.c10 #define free undef macro
/third_party/node/lib/internal/
Dfreelist.js21 free(obj) { method in FreeList
/third_party/ffmpeg/libavutil/
Dbuffer_internal.h50 void (*free)(void *opaque, uint8_t *data); member
76 void (*free)(void *opaque, uint8_t *data); member
/third_party/node/deps/undici/src/lib/
Dpool-stats.js13 get free () { getter in PoolStats
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture_malloc_overrides.h40 #define free unity_free macro
/third_party/unity/extras/memory/src/
Dunity_memory.h44 #define free unity_free macro
/third_party/rust/crates/rust-openssl/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
/third_party/nghttp2/lib/
Dnghttp2_rcbuf.h38 nghttp2_free free; member
/third_party/node/deps/nghttp2/lib/
Dnghttp2_rcbuf.h38 nghttp2_free free; member
/third_party/alsa-lib/include/
Dpcm_rate.h76 void (*free)(void *obj); member
149 void (*free)(void *obj); member
167 void (*free)(void *obj); member
/third_party/musl/porting/uniproton/kernel/src/malloc/
Dmalloc.c23 void free(void *ptr) in free() function
/third_party/mesa3d/src/intel/common/
Dintel_buffer_alloc.h42 void (*free)(void *driver_ctx, struct intel_buffer *buffer); member
/third_party/python/Include/cpython/
Dobjimpl.h64 void (*free) (void *ctx, void *ptr, size_t size); member
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMD5.cpp191 unsigned long used, free; in update() local
235 unsigned long used, free; in final() local
/third_party/musl/porting/linux/user/src/locale/
Dnewlocale.c10 #define free undef macro

12345678