Home
last modified time | relevance | path

Searched defs:my_free (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/
H A Dutils.h28 #define my_free(ptr) { if(ptr) { free(ptr); ptr = NULL; } } macro
30 #define my_free(ptr) do { if(ptr) { free(ptr); ptr = NULL; } } while(0) macro
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/smithay-client-toolkit-0.4.6/src/utils/
H A Dmempool.rs50 let my_free = free.clone(); in new() localVariable
53 let mut my_free = my_free.lock().unwrap(); in new() localVariable
59 let my_free = free.clone(); in new() localVariable
62 let mut my_free = my_free.lock().unwrap(); in new() localVariable
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/src/utils/
H A Dmempool.rs46 let my_free = free.clone(); in new() localVariable
49 let mut my_free = my_free.lock().unwrap(); in new() localVariable
55 let my_free = free.clone(); in new() localVariable
58 let mut my_free = my_free.lock().unwrap(); in new() localVariable
/dports/games/dose-response/dose-response-179c326/cargo-crates/smithay-client-toolkit-0.4.5/src/utils/
H A Dmempool.rs50 let my_free = free.clone(); in new() localVariable
53 let mut my_free = my_free.lock().unwrap(); in new() localVariable
59 let my_free = free.clone(); in new() localVariable
62 let mut my_free = my_free.lock().unwrap(); in new() localVariable
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/src/shm/
H A Dmempool.rs51 let my_free = free.clone(); in new() localVariable
55 let mut my_free = my_free.borrow_mut(); in new() localVariable
67 let my_free = free.clone(); in new() localVariable
70 let mut my_free = my_free.borrow_mut(); in new() localVariable
/dports/www/squid/squid-4.15/src/auth/digest/file/
H A Dtext_backend.cc42 static HASHFREE my_free; variable
54 my_free(void *p) in my_free() function
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/lib/tests/
H A Dtest_ini1.c25 void my_free(char *string) { in my_free() function
/dports/net-mgmt/nagios-plugins/nagios-plugins-2.3.3/lib/tests/
H A Dtest_ini1.c25 void my_free(char *string) { in my_free() function
/dports/math/osqp/osqp-0.6.2/tests/custom_memory/
H A Dcustom_memory.c29 void my_free(void *ptr) { in my_free() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp29 void my_free(void*) in my_free() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr90949.c3 void __attribute__ ((noipa, noinline)) my_free (void *p) { } in my_free() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp29 void my_free(void*) in my_free() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr90949.c3 void __attribute__ ((noipa, noinline)) my_free (void *p) { } in my_free() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp29 void my_free(void*) in my_free() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp29 void my_free(void*) in my_free() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr90949.c3 void __attribute__ ((noipa, noinline)) my_free (void *p) { } in my_free() function
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp29 void my_free(void*) in my_free() function
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr90949.c3 void __attribute__ ((noipa, noinline)) my_free (void *p) { } in my_free() function
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr90949.c3 void __attribute__ ((noipa, noinline)) my_free (void *p) { } in my_free() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp29 void my_free(void*) in my_free() function
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr90949.c3 void __attribute__ ((noipa, noinline)) my_free (void *p) { } in my_free() function
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr90949.c3 void __attribute__ ((noipa, noinline)) my_free (void *p) { } in my_free() function
/dports/devel/libc++/libcxx-10.0.1.src/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp29 void my_free(void*) in my_free() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp29 void my_free(void*) in my_free() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/
H A Dpr90949.c3 void __attribute__ ((noipa, noinline)) my_free (void *p) { } in my_free() function

12345678910>>...17