Home
last modified time | relevance | path

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

123456789

/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c29 void free(void* mem) in free() function
39 MuslFunc(free)(mem); in free() local
43 MuslFunc(free)(mem); in free() local
49 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/ndk-test/ndk-test/src/static-free/
DCMakeLists.txt5 add_executable(free free-static.cpp) target
/third_party/musl/porting/linux/user/src/malloc/
Dfree.c8 void free(void *p) in free() function
/third_party/musl/src/malloc/
Dfree.c3 void free(void *p) in free() function
/third_party/musl/porting/liteos_a/user/src/locale/
Dfreelocale.c8 #define free __libc_free macro
/third_party/ltp/lib/newlib_tests/
Dtst_safe_fileops.c11 long free; in do_test() local
/third_party/gstreamer/gstreamer/gst/parse/
Dparse.l27 #define free g_free macro
/third_party/musl/src/locale/
Dfreelocale.c7 #define free __libc_free macro
Dduplocale.c9 #define free undef macro
/third_party/ffmpeg/libavutil/
Dbuffer_internal.h46 void (*free)(void *opaque, uint8_t *data); member
72 void (*free)(void *opaque, uint8_t *data); member
/third_party/node/lib/internal/
Dfreelist.js21 free(obj) { method in FreeList
/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/gstreamer/gstreamer/gst/printf/
Dgst-printf.h37 #define free g_free macro
/third_party/unity/extras/memory/src/
Dunity_memory.h44 #define free unity_free macro
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture_malloc_overrides.h40 #define free unity_free macro
/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/gstreamer/gstplugins_good/gst/goom/
Dgoom_visual_fx.h28 void (*free) (struct _VISUAL_FX *_this); member
/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/mesa3d/src/intel/common/
Dintel_buffer_alloc.h42 void (*free)(void *driver_ctx, struct intel_buffer *buffer); member
/third_party/musl/porting/uniproton/kernel/src/malloc/
Dmalloc.c23 void free(void *ptr) in free() function
/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/gstreamer/gstplugins_good/gst/debugutils/
Dtests.h35 void (*free) (gpointer test); member
/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

123456789