Home
last modified time | relevance | path

Searched defs:TCMALLOC (Results 1 – 14 of 14) sorted by relevance

/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fgr/
H A Dconfigure.ac78 AC_SUBST(TCMALLOC) subst
80 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/
H A Dconfigure.ac92 AC_SUBST(TCMALLOC) subst
94 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-samba/
H A Dconfigure.ac82 AC_SUBST(TCMALLOC) subst
84 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-diff/
H A Dconfigure.ac81 AC_SUBST(TCMALLOC) subst
83 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-dotdesktop/
H A Dconfigure.ac83 AC_SUBST(TCMALLOC) subst
85 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-pkg/
H A Dconfigure.ac81 AC_SUBST(TCMALLOC) subst
83 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-ps/
H A Dconfigure.ac79 AC_SUBST(TCMALLOC) subst
81 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-iconmgr/
H A Dconfigure.ac80 AC_SUBST(TCMALLOC) subst
82 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fstab/
H A Dconfigure.ac82 AC_SUBST(TCMALLOC) subst
84 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fuse/
H A Dconfigure.ac81 AC_SUBST(TCMALLOC) subst
83 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-fm/
H A Dconfigure.ac90 AC_SUBST(TCMALLOC) subst
92 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/x11-fm/librfm/librfm5-5.3.16.4/
H A Dconfigure.ac248 AC_SUBST(TCMALLOC) subst
250 AC_DEFINE_UNQUOTED([TCMALLOC],[$with_tcmalloc],[compile with tcmalloc]) definition
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcutil.h3947 #define TCMALLOC(TC_res, TC_size) \ macro
3952 #define TCMALLOC(TC_res, TC_size) \ macro
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/
H A Ddefs.h168 #define TCMALLOC(t,n) ((t*) calloc((size_t)(n), sizeof(t))) macro