Home
last modified time | relevance | path

Searched refs:dmalloc (Results 1 – 25 of 1224) sorted by relevance

12345678910>>...49

/dports/devel/dmalloc/dmalloc-5.6.5/
H A DREADME.md6 [![CircleCI](https://circleci.com/gh/j256/dmalloc.svg?style=svg)](https://circleci.com/gh/j256/dmal…
20 page](http://dmalloc.com/).
29 …ps://htmlpreview.github.io/?https://raw.githubusercontent.com/j256/dmalloc/master/dmalloc.html) for
30 dmalloc. The source of all documation is the dmalloc.texi texinfo file which also can generate PDF…
32 repository](http://dmalloc.com/).
37 documentation](https://dmalloc.com/docs/getting-started) for more details.
45 4. Add an alias for the dmalloc utility. The idea is to have the shell capture the dmalloc
50 function dmalloc { eval `command dmalloc -b $*`; }
54 alias dmalloc 'eval `\dmalloc -C \!*`'
56 5. Link the dmalloc library into your program and the end of the library list.
[all …]
H A DMakefile.in41 MODULE = dmalloc
94 BUILD_ALL = dmalloc.h $(LIBRARY) $(UTIL) \
152 HFLS = dmalloc.h
171 rm -f $(UTIL) dmalloc.h
179 rm -f Makefile settings.h dmalloc.h dmalloc.h.2 version.h
250 dmalloc.h : $(srcdir)/dmalloc.h.1 dmalloc.h.2 $(srcdir)/dmalloc.h.3 $(srcdir)/user_malloc.h \
251 $(srcdir)/dmalloc.h.4 $(srcdir)/arg_check.h $(srcdir)/dmalloc.h.5
253 cat $(srcdir)/dmalloc.h.1 dmalloc.h.2 $(srcdir)/dmalloc.h.3 > $@.t
255 cat $(srcdir)/dmalloc.h.4 >> $@.t
257 cat $(srcdir)/dmalloc.h.5 >> $@.t
[all …]
H A Ddmalloc.texi3 @setfilename dmalloc.info
283 function dmalloc @{ eval `command dmalloc -b $*`; @}
289 function dmalloc @{ eval `\dmalloc -b $*`; @}
303 alias dmalloc 'eval `\dmalloc -C \!*`'
312 fn dmalloc @{eval `@{/usr/local/bin/dmalloc $*@}@}
2288 function dmalloc @{ eval `command dmalloc -b $*`; @}
2294 function dmalloc @{ eval `\dmalloc -b $*`; @}
2308 alias dmalloc 'eval `\dmalloc -C \!*`'
2449 dmalloc -l dmalloc-%h-%t
2592 dmalloc -V
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/test/
H A Ddmalloc.pl36 :- module(dmalloc,
37 [ dmalloc/1, % :Goal
38 dmalloc/3, % :Goal, +Format, +Args
46 Usage: compile dmalloc.c using the command below before loading this
50 % swipl-ld --shared -o dmalloc dmalloc.c
53 Prolog must be compiled with dmalloc support enabled, which can be
54 achieved using =|configure --enable-dmalloc|= or by adding =|-DDMALLOC|=
57 Now, configure dmalloc for the shell, start Prolog and load this module.
61 % dmalloc -l logfile low
63 % ?- [dmalloc].
[all …]
/dports/mail/spamass-milter/spamass-milter-0.4.0/
H A Dac_dmalloc.m42 ## Check if --with-dmalloc was given. ##
9 AC_ARG_WITH(dmalloc,
10 [ --with-dmalloc use dmalloc ( http://www.dmalloc.com )],
14 [Define if using the dmalloc debugging malloc package])
15 AC_CHECK_HEADERS(dmalloc.h)
16 AC_CHECK_LIB(dmallocthcxx, dmalloc_malloc,,AC_MSG_ERROR([Threaded C++ dmalloc library not found]))
/dports/net-p2p/libbt/libbt-1.06/
H A Daclocal.m42 ## Check if --with-dmalloc was given. ##
8 AC_ARG_WITH(dmalloc,
9 [ --with-dmalloc use dmalloc, as in
10 http://www.dmalloc.com/dmalloc.tar.gz],
14 [Define if using the dmalloc debugging malloc package])
/dports/math/trlan/trlan-201009/examples/psp/
H A Ddmem.c14 #define dmalloc dmalloc macro
19 #define dmalloc dmalloc_ macro
24 #define dmalloc DMALLOC macro
28 #define dmalloc dmalloc macro
36 void dmalloc(ptr, nelm, type) in dmalloc() function
69 void dmalloc(ptr, nelm, type) in dmalloc() function
H A Dpsp_setup.f100 call dmalloc(priord, 2*nloc, 1)
101 call dmalloc(pix, nix, 1)
102 call dmalloc(piwk, ntot, 1)
103 call dmalloc(pjamap, nzloc, 1)
104 call dmalloc(plink, ntot, 1)
153 call dmalloc(pcval, nzloc, 8)
155 call dmalloc(pjc, nzloc, 1)
156 call dmalloc(pib, ntot+1, 1)
157 call dmalloc(pic, nloc+1, 1)
221 call dmalloc(piwk, nix, 1)
[all …]
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_with_dmalloc.m411 # Let the user enable/disable support for the dmalloc library available
12 # from <http://www.dmalloc.org/>.
14 # The macro adds the command-line flag "--with-dmalloc". Furthermore,
19 # To enable dmalloc support in your code, add the following snippet to
23 # # include <dmalloc.h>
38 AC_MSG_CHECKING(whether to use the dmalloc library)
39 AC_ARG_WITH(dmalloc,
40 [ --with-dmalloc[=PREFIX] Compile with dmalloc library],
/dports/graphics/libprojectm/projectm-3.1.12/m4/autoconf-archive/
H A Dax_with_dmalloc.m411 # Let the user enable/disable support for the dmalloc library available
12 # from <http://www.dmalloc.org/>.
14 # The macro adds the command-line flag "--with-dmalloc". Furthermore,
19 # To enable dmalloc support in your code, add the following snippet to
23 # # include <dmalloc.h>
38 AC_MSG_CHECKING(whether to use the dmalloc library)
39 AC_ARG_WITH(dmalloc,
40 [ --with-dmalloc[=PREFIX] Compile with dmalloc library],
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/m4/
H A Dax_with_dmalloc.m411 # Let the user enable/disable support for the dmalloc library available
12 # from <http://www.dmalloc.org/>.
14 # The macro adds the command-line flag "--with-dmalloc". Furthermore,
19 # To enable dmalloc support in your code, add the following snippet to
23 # # include <dmalloc.h>
38 AC_MSG_CHECKING(whether to use the dmalloc library)
39 AC_ARG_WITH(dmalloc,
40 [ --with-dmalloc[=PREFIX] Compile with dmalloc library],
/dports/devel/splint/splint-3.1.2/src/
H A DexprData.c496 exprData ed = (exprData) dmalloc (sizeof (*ed)); in exprData_makeOp()
498 ed->op = (exprOp) dmalloc (sizeof (*ed->op)); in exprData_makeOp()
508 exprData ed = (exprData) dmalloc (sizeof (*ed)); in exprData_makeUop()
510 ed->uop = (exprUop) dmalloc (sizeof (*ed->uop)); in exprData_makeUop()
519 exprData ed = (exprData) dmalloc (sizeof (*ed)); in exprData_makeSingle()
527 exprData ed = (exprData) dmalloc (sizeof (*ed)); in exprData_makeTok()
537 exprData ed = (exprData) dmalloc (sizeof (*ed)); in exprData_makeIter()
551 exprData ed = (exprData) dmalloc (sizeof (*ed)); in exprData_makeTriple()
564 exprData ed = (exprData) dmalloc (sizeof (*ed)); in exprData_makeCall()
576 exprData ed = (exprData) dmalloc (sizeof (*ed)); in exprData_makeIterCall()
[all …]
H A Dabstract.c111 typeInfo ti = (typeInfo) dmalloc (sizeof (*ti)); in abstract_init()
219 varInfo vi = (varInfo) dmalloc (sizeof (*vi)); in LCLBuiltins()
281 nn1 = (nameNode) dmalloc (sizeof (*nn1)); in LCLBootstrap()
288 nn2 = (nameNode) dmalloc (sizeof (*nn2)); in LCLBootstrap()
1367 sigNode s = (sigNode) dmalloc (sizeof (*s)); in makesigNode()
1796 ti = (tagInfo) dmalloc (sizeof (*ti)); in makeEnumSpecNode()
1957 t = (tagInfo) dmalloc (sizeof (*t)); in makestrOrUnionNode()
2953 fcnNode x = (fcnNode) dmalloc (sizeof (*x)); in makeFcnNode()
3071 varNode x = (varNode) dmalloc (sizeof (*x)); in makeVarNode()
4881 lslOp x = (lslOp) dmalloc (sizeof (*x)); in makelslOpNode()
[all …]
H A DexprNodeSList.c39 exprNodeSList s = (exprNodeSList) dmalloc (sizeof (*s)); in exprNodeSList_new()
44 dmalloc (sizeof (*s->elements) * exprNodeSListBASESIZE); in exprNodeSList_new()
57 newelements = (exprNode *) dmalloc (sizeof (*newelements) in exprNodeSList_grow()
103 exprNodeSList s = (exprNodeSList) dmalloc (sizeof (*s)); in exprNodeSList_singleton()
107 s->elements = (exprNode *) dmalloc (sizeof (*s->elements) * exprNodeSListBASESIZE); in exprNodeSList_singleton()
H A Dgeneral.c171 ret = (void *) dmalloc (size); in direalloc()
217 ret = (char *) dmalloc (size_fromInt (n + 1)); in mstring_spaces()
256 char *s = (char *) dmalloc (strlen (s1) + strlen (s2) + 1); in mstring_concat()
266 char *s = (char *) dmalloc (strlen (s1) + strlen (s2) + 1); in mstring_concatFree()
278 char *s = (char *) dmalloc (strlen (s1) + strlen (s2) + 1); in mstring_concatFree1()
292 s = (char *) dmalloc (sizeof (*s) * (l + 2)); in mstring_append()
310 char *s = (char *) dmalloc ((strlen (s1) + 1) * sizeof (*s)); in mstring_copy()
334 s = dmalloc (sizeof (*s) * (n + 1)); in mstring_create()
H A DparamNodeList.c38 paramNodeList s = (paramNodeList) dmalloc (sizeof (*s)); in paramNodeList_new()
43 dmalloc (sizeof (*s->elements) * paramNodeListBASESIZE); in paramNodeList_new()
51 paramNodeList s = (paramNodeList) dmalloc (sizeof (*s)); in paramNodeList_single()
55 s->elements = (paramNode *) dmalloc (sizeof (*s->elements) * paramNodeListBASESIZE); in paramNodeList_single()
69 newelements = (paramNode *) dmalloc (sizeof (*newelements) in paramNodeList_grow()
/dports/sysutils/pdsh/pdsh-pdsh-2.34/config/
H A Dac_dmalloc.m411 # Adds support for --with-dmalloc.
21 AC_ARG_WITH(dmalloc,
22 AS_HELP_STRING([--with-dmalloc],[compile using Gray Watson's dmalloc]),
34 AC_CHECK_LIB([dmalloc], [xmalloc],,
37 [Define if using dmalloc debugging malloc package.])
/dports/chinese/dictd-database/dict-zh-1.6/src/
H A Dconfigure.in94 AC_ARG_WITH(dmalloc, optwith
103 AC_ARG_WITH(local-dmalloc,
104 [ --with-local-dmalloc with dmalloc built in local source tree],
158 AC_CHECK_LIB(dmalloc,main,
165 AC_MSG_CHECKING(for dmalloc in local source tree)
166 if test -d dmalloc; then
167 REALLIBS="$REALLIBS -L./dmalloc -ldmalloc"
168 XTRACFLAGS="-DDMALLOC_FUNC_CHECK -I./dmalloc"
169 XTRAHEADERS="./dmalloc/dmalloc.h"
170 subdirs="$subdirs dmalloc"
[all …]
/dports/devel/automake/automake-1.16.5/m4/
H A Ddmalloc.m42 ## Check if --with-dmalloc was given. ##
14 AC_ARG_WITH([dmalloc],
15 [AS_HELP_STRING([--with-dmalloc],
16 [use dmalloc, as in http://www.dmalloc.com])],
20 [Define if using the dmalloc debugging malloc package])
/dports/devel/m4/m4-1.4.19/
H A Dacinclude.m410 # Check if --with-dmalloc was given.
14 AC_ARG_WITH([dmalloc],
15 [AS_HELP_STRING([--with-dmalloc],
16 [use dmalloc, as in dmalloc.tar.gz from
17 @/ftp.antaire.com:antaire/src/dmalloc.])],
/dports/games/heroes/heroes-0.21/m4/
H A Dmemdebug.m49 dnl (i.e. use mpatrol, mtrace, dmalloc
63 dnl Check for dmalloc on user request.
75 dnl Check for dmalloc.
78 dnl dmalloc.h is not mandatory to use dmalloc, but it is better to
85 dnl # include <dmalloc.h>
90 # should we check for dmalloc?
94 # see if dmalloc is usable
95 AC_CHECK_LIB([dmalloc],[malloc],
98 AC_CHECK_HEADERS([dmalloc.h])],
111 [AC_ARG_WITH([dmalloc],
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/
H A Dac_debug.m43 dnl See http://dmalloc.com, INSTALL(.html) for references to this.
9 AC_ARG_WITH(dmalloc,
10 [ --with-dmalloc[=path] use dmalloc, see INSTALL(.html) for reference],
30 [#include <dmalloc.h>],
36 [Define if using the dmalloc debugging malloc package])
37 AC_MSG_RESULT(Using dmalloc)],
38 AC_MSG_ERROR(dmalloc not found)
/dports/devel/automake/automake-1.16.5/t/
H A Ddmalloc.sh33 check-with-dmalloc:
50 ./configure --without-dmalloc
54 ./configure --with-dmalloc
57 $MAKE check-with-dmalloc
/dports/converters/psiconv/psiconv-0.9.9/
H A Dconfigure.in238 AC_ARG_ENABLE(dmalloc, optenable
239 [ --enable-dmalloc Enable dmalloc for developers (default:off)],
241 yes) dmalloc=yes ;;
242 no) dmalloc=no ;;
243 *) AC_MSG_ERROR(bad value ${enableval} for --enable-dmalloc) ;;
244 esac],[dmalloc=false])
245 if test x"$dmalloc" = xyes; then
246 AC_CHECK_LIB(dmalloc,malloc,dmalloc=yes,dmalloc=no)
248 if test x"$dmalloc" = xyes; then
249 AC_CHECK_HEADER(dmalloc.h,dmalloc=yes,dmalloc=no)
[all …]
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/doc/
H A Dax_with_dmalloc.texi12 Let the user enable/disable support for the dmalloc library available
13 from <http://www.dmalloc.org/>.
15 The macro adds the command-line flag "--with-dmalloc". Furthermore,
20 To enable dmalloc support in your code, add the following snippet to
25 # include <dmalloc.h>

12345678910>>...49