Home
last modified time | relevance | path

Searched refs:cfree (Results 1 – 25 of 881) sorted by path

12345678910>>...36

/dports/archivers/dpkg/dpkg-1.19.7/scripts/t/Dpkg_Shlibs/
H A Dobjdump.libc6-2.31728 000635b0 w DF .text 000000b8 GLIBC_2.0 cfree
H A Dobjdump.libc6-2.6647 0006ce00 w DF .text 000001e5 GLIBC_2.0 cfree
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dmemh.pas67 procedure cfree(var p; size: longint); procedure
202 procedure cfree(var p; size: longint); procedure
H A Dpeach.pas5232 thighlight,ctype,csize,cpacked,cdate,catt,ccrc,cfree,cfs,multiaddupdating,dontsavecustom7z,
13601 cfree:=true;
15701 readln(conf,s); if strtoint(s)=1 then cfree:=true else cfree:=false;
16462 if cfree=true then writeln(conf,'1') else writeln(conf,'0');
26546 if cfree=false then begin Form_Peach.ListView1.Column[3].Width:=0; end;
48072 cfree:=not(cfree);
48073 mcfree.Checked:=cfree;
48074 pmcfree.Checked:=cfree;
65824 Form_peach.mcfree.checked:=cfree;
65832 Form_peach.pmcfree.checked:=cfree;
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dalloc.c64 #define cfree __orig_cfree__ macro
95 #undef cfree
292 EXPORT void cfree __PR((void *t));
852 cfree(t) in cfree() function
/dports/astro/gnuastro/gnuastro-0.16/bin/fits/
H A Dkeywords.c255 if(keyll->cfree) free(keyll->comment); in keywords_write_update()
/dports/astro/gnuastro/gnuastro-0.16/doc/
H A Dgnuastro.info-63650 int cfree; /* ==1, free comment. */
3846 *comment, int cfree, char *unit, int ufree)
3874 *comment, int cfree, char *unit, int ufree)
3885 of the keywords list. If ‘cfree’ is non-zero, the space allocated
H A Dgnuastro.texi26409 int cfree; /* ==1, free comment. */
26563 …e}, void @code{*value}, int @code{vfree}, char @code{*comment}, int @code{cfree}, char @code{*unit…
26577 …e}, void @code{*value}, int @code{vfree}, char @code{*comment}, int @code{cfree}, char @code{*unit…
26584 If @code{cfree} is non-zero, the space allocated for @code{comment} will be freed immediately after…
/dports/astro/gnuastro/gnuastro-0.16/lib/
H A Dfits.c1437 char *comment, int cfree, char *unit, int ufree) in gal_fits_key_list_add() argument
1457 newnode->cfree=cfree; in gal_fits_key_list_add()
1472 char *comment, int cfree, char *unit, int ufree) in gal_fits_key_list_add_end() argument
1492 newnode->cfree=cfree; in gal_fits_key_list_add_end()
2075 if(tmp->cfree) free(tmp->comment); in gal_fits_key_write_in_ptr()
H A Dtxt.c1583 if(tmp->cfree) free(tmp->comment); in txt_write_keys()
/dports/astro/gnuastro/gnuastro-0.16/lib/gnuastro/
H A Dfits.h91 int cfree; /* ==1, free comment. */ member
210 char *comment, int cfree, char *unit, int ufree);
215 char *comment, int cfree, char *unit, int ufree);
/dports/audio/lmms/lmms-1.2.2/src/3rdparty/rpmalloc/rpmalloc/
H A DCHANGELOG124 Add valloc/pvalloc/cfree wrappers
/dports/audio/lmms/lmms-1.2.2/src/3rdparty/rpmalloc/rpmalloc/rpmalloc/
H A Dmalloc.c68 extern inline void RPMALLOC_CDECL cfree(void* ptr) { rpfree(ptr); } in cfree() function
120 MAC_INTERPOSE_PAIR(rpfree, cfree),
159 void cfree(void* ptr) RPALIAS(rpfree) in malloc()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/alsa-0.5.0/src/direct/
H A Dasound_ioctl.rs2313 pub fn cfree(__ptr: *mut ::std::os::raw::c_void); in cfree() function
/dports/biology/avida/avida-2.12.4-src/libs/tcmalloc-1.4/src/
H A Dtcmalloc.cc199 void cfree(void* ptr) __THROW ALIAS("tc_cfree");
228 void cfree(void* p) __THROW { tc_cfree(p); } in cfree() function
265 void __libc_cfree(void* ptr) { cfree(ptr); }
/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/src/
H A Ddbmalloc.h350 #define cfree(ptr) debug_cfree(__FILE__,__LINE__,(ptr)) macro
/dports/comms/qico/qico-15673bf/lib/
H A Ddlmalloc.c555 #define public_cFREe cfree
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/
H A DChangeLog-2007-10-1411160 (WTF::cfree):
17124 (KXMLCore::cfree):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/wtf/
H A DFastMalloc.cpp3776 void cfree(void* ptr) { in CreateCacheIfNecessary() function
4066 void __libc_cfree(void* ptr) { cfree(ptr); } in CreateCacheIfNecessary()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/ptmalloc/
H A Dptmalloc3.c133 #define public_cFREe cfree
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/
H A DChangeLog-2007-10-1411160 (WTF::cfree):
17124 (KXMLCore::cfree):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp3927 void cfree(void* ptr) { in CreateCacheIfNecessary() function
4237 void __libc_cfree(void* ptr) { cfree(ptr); } in CreateCacheIfNecessary()
/dports/databases/fpc-gdbm/fpc-3.2.2/packages/gdbm/src/
H A Dgdbm.pp137 procedure cfree (P : pointer);cdecl; external 'c' name 'free';
146 cfree(Key.dptr);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dconfig.h.in30 /* Define to 1 if you have the declaration of `cfree', and to 0 if you don't.
H A Dlibc_override_gcc_and_weak.h144 void cfree(void* ptr) __THROW ALIAS(tc_cfree);

12345678910>>...36