Home
last modified time | relevance | path

Searched refs:mmalloc (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dmonitor_mm.c68 if (mm->mmalloc == NULL) in RB_GENERATE()
91 if (mmalloc == NULL) in mm_create()
101 mm->mmalloc = mmalloc; in mm_create()
128 if (mmalloc == NULL) in mm_freelist()
131 mm_free(mmalloc, mms); in mm_freelist()
151 if (mm->mmalloc == NULL) in mm_destroy()
283 if (mm->mmalloc == NULL) in mm_free()
293 struct mm_master *mmalloc = mm->mmalloc; in mm_sync_list() local
319 mmold = mm->mmalloc; in mm_share_sync()
325 mm->mmalloc = mmalloc; in mm_share_sync()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/mmalloc/
H A Dmmalloc.info1 This is ./mmalloc.info, produced by makeinfo version 4.6 from
2 mmalloc.texi.
5 * Mmalloc: (mmalloc). The GNU mapped-malloc package.
29 mmalloc
77 The `mmalloc' functions contain no internal static state. All
90 The functions initially provided by `mmalloc' are:
98 void *mmalloc (void *md, size_t size);
124 #define malloc(size) mmalloc ((void *)0, (size))
141 Initialize access to a `mmalloc' managed region.
185 `void *mmalloc (void *MD, size_t SIZE);'
[all …]
H A DMakefile.in68 INFO_DEPS = mmalloc.info
75 CFILES = mcalloc.c mfree.c mmalloc.c mmcheck.c mmemalign.c mmstats.c \
79 HFILES = mmalloc.h
81 OFILES = mcalloc.o mfree.o mmalloc.o mmcheck.o mmemalign.o mmstats.o \
103 dvi: mmalloc.dvi
107 mmalloc.info: mmalloc.texi
108 $(MAKEINFO) -I $(srcdir) -o ./mmalloc.info mmalloc.texi
111 mmalloc.dvi: mmalloc.texi
112 $(SET_TEXINPUTS) $(TEX) mmalloc.texi
113 rm -f mmalloc.?? mmalloc.??s mmalloc.log mmalloc.aux mmalloc.toc
[all …]
H A Dmmalloc.texi2 @setfilename mmalloc.info
7 * Mmalloc: (mmalloc). The GNU mapped-malloc package.
11 This file documents the GNU mmalloc (mapped-malloc) package, written by
40 @title mmalloc
78 @top mmalloc
138 The functions initially provided by @code{mmalloc} are:
147 void *mmalloc (void *md, size_t size);
174 #define malloc(size) mmalloc ((void *)0, (size))
191 Initialize access to a @code{mmalloc} managed region.
234 @item void *mmalloc (void *@var{md}, size_t @var{size});
[all …]
H A DChangeLog79 mmalloc.h.
158 * mmalloc.h (mmcheckf): Declare.
188 * mmalloc.h (mmtrace): Add prototype.
211 including mmalloc.h.
281 * mmprivate.h: New file, was mmalloc.h.
282 (mmalloc.h): Include.
283 * mmalloc.h: Remove all but declarations of mmalloc functions.
294 (realclean): Remove mmalloc.info.
325 * mmalloc.c (mmalloc): When extending a free block at the end of the
434 * attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c,
[all …]
H A Dmrealloc.c48 return (mmalloc (md, 0));
52 return (mmalloc (md, size));
71 result = mmalloc (md, size);
109 result = mmalloc (md, size);
112 mmalloc (md, blocks * BLOCKSIZE);
134 result = mmalloc (md, size);
H A DTODO4 to use the mmalloc managed region simultaneously. This requires,
6 only one process at a time is changing any of the mmalloc managed
7 data structures (its ok for the mmalloc managed data regions to be
10 * In order to support multiple processes using the mmalloc managed
H A Dmmemalign.c32 if ((result = mmalloc (md, size + alignment - 1)) != NULL)
48 l = (struct alignlist *) mmalloc (md, sizeof (struct alignlist));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/mmalloc/
H A Dmmalloc.info1 This is ./mmalloc.info, produced by makeinfo version 4.6 from
2 mmalloc.texi.
5 * Mmalloc: (mmalloc). The GNU mapped-malloc package.
29 mmalloc
77 The `mmalloc' functions contain no internal static state. All
90 The functions initially provided by `mmalloc' are:
98 void *mmalloc (void *md, size_t size);
124 #define malloc(size) mmalloc ((void *)0, (size))
141 Initialize access to a `mmalloc' managed region.
185 `void *mmalloc (void *MD, size_t SIZE);'
[all …]
H A DMakefile.in68 INFO_DEPS = mmalloc.info
75 CFILES = mcalloc.c mfree.c mmalloc.c mmcheck.c mmemalign.c mmstats.c \
79 HFILES = mmalloc.h
81 OFILES = mcalloc.o mfree.o mmalloc.o mmcheck.o mmemalign.o mmstats.o \
103 dvi: mmalloc.dvi
107 mmalloc.info: mmalloc.texi
108 $(MAKEINFO) -I $(srcdir) -o ./mmalloc.info mmalloc.texi
111 mmalloc.dvi: mmalloc.texi
112 $(SET_TEXINPUTS) $(TEX) mmalloc.texi
113 rm -f mmalloc.?? mmalloc.??s mmalloc.log mmalloc.aux mmalloc.toc
[all …]
H A Dmmalloc.texi2 @setfilename mmalloc.info
7 * Mmalloc: (mmalloc). The GNU mapped-malloc package.
11 This file documents the GNU mmalloc (mapped-malloc) package, written by
40 @title mmalloc
78 @top mmalloc
138 The functions initially provided by @code{mmalloc} are:
147 void *mmalloc (void *md, size_t size);
174 #define malloc(size) mmalloc ((void *)0, (size))
191 Initialize access to a @code{mmalloc} managed region.
234 @item void *mmalloc (void *@var{md}, size_t @var{size});
[all …]
H A DChangeLog79 mmalloc.h.
158 * mmalloc.h (mmcheckf): Declare.
188 * mmalloc.h (mmtrace): Add prototype.
211 including mmalloc.h.
281 * mmprivate.h: New file, was mmalloc.h.
282 (mmalloc.h): Include.
283 * mmalloc.h: Remove all but declarations of mmalloc functions.
294 (realclean): Remove mmalloc.info.
325 * mmalloc.c (mmalloc): When extending a free block at the end of the
434 * attach.c, mcalloc.c, mfree.c, mmalloc.c, mmalloc.h, mmap-sup.c,
[all …]
H A Dmrealloc.c48 return (mmalloc (md, 0));
52 return (mmalloc (md, size));
71 result = mmalloc (md, size);
109 result = mmalloc (md, size);
112 mmalloc (md, blocks * BLOCKSIZE);
134 result = mmalloc (md, size);
H A DTODO4 to use the mmalloc managed region simultaneously. This requires,
6 only one process at a time is changing any of the mmalloc managed
7 data structures (its ok for the mmalloc managed data regions to be
10 * In order to support multiple processes using the mmalloc managed
H A Dmmemalign.c32 if ((result = mmalloc (md, size + alignment - 1)) != NULL)
48 l = (struct alignlist *) mmalloc (md, sizeof (struct alignlist));
/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dvorbis_header_utils.c11 char *mmalloc(int size) { in mmalloc() function
40 vc->vendor = mmalloc(vendorlen + 1); in vorbis_unpack_comment()
60 vc->user_comments = (char **)mmalloc((vc->comments + 1) * in vorbis_unpack_comment()
62 vc->comment_lengths = (int *)mmalloc((vc->comments + 1) * in vorbis_unpack_comment()
79 vc->user_comments[i] = mmalloc(clen + 1); in vorbis_unpack_comment()
219 vc = (vorbis_comment *)mmalloc(sizeof(vorbis_comment)); in generate_vorbis_comment()
223 vc->user_comments = (char **)mmalloc(sizeof(char *)); in generate_vorbis_comment()
224 vc->comment_lengths = (int *)mmalloc(sizeof(int)); in generate_vorbis_comment()
229 vc->comment_lengths = (int *)mmalloc(sizeof(int) * (nc + 1)); in generate_vorbis_comment()
230 vc->user_comments = (char **)mmalloc(sizeof(char *) * (nc + 1)); in generate_vorbis_comment()
H A Dgeneric.cpp145 vc->user_comments = (char **)mmalloc(4); in chapter_information_read()
146 vc->comment_lengths = (int *)mmalloc(4); in chapter_information_read()
186 nvc->user_comments = (char **)mmalloc(4); in chapter_information_adjust()
187 nvc->comment_lengths = (int *)mmalloc(4); in chapter_information_adjust()
/dports/www/webresolve/webresolve-0.2.0/
H A Dwebresolve.c43 static void *mmalloc(size_t n) in mmalloc() function
82 c = mmalloc(sizeof *c); in reverse_lookup()
83 c->host = mmalloc(strlen(host)+1); in reverse_lookup()
84 c->ip = mmalloc(strlen(ip)+1); in reverse_lookup()
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_control.c75 #define mmalloc(str,type) \
116 mmalloc(ctrl, ctrl_t); in tc_filter()
268 mmalloc (flist, flist_t);
324 mmalloc (flist->next, flist_t);
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgenconf.c349 static void *mmalloc(size_t s, const char *label);
566 mmalloc(size_t s, const char *label) in mmalloc() function
596 m = mmalloc(nmemb * size, label); in mcalloc()
640 void *new_ptr = mmalloc(new_size, label); in mrealloc()
765 char *cname = mmalloc(strlen(fname) + strlen(pconf->file_prefix) + 1, "read_file(cname)"); in read_file()
803 cont = mmalloc(end + 1, "read_file(cont)"); in read_file()
853 token = mmalloc(MAX_TOKEN + 1, "read_dev(token)"); in read_dev()
854 category = mmalloc(MAX_TOKEN + 1, "read_dev(category)"); in read_dev()
1043 char *rstr = mmalloc(strlen(str) + 1, "add_item(rstr)"); in add_item()
1154 char *str = mmalloc(len + 1, "write_list_pattern(str)"); in write_list_pattern()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgenconf.c349 static void *mmalloc(size_t s, const char *label);
566 mmalloc(size_t s, const char *label) in mmalloc() function
596 m = mmalloc(nmemb * size, label); in mcalloc()
640 void *new_ptr = mmalloc(new_size, label); in mrealloc()
765 char *cname = mmalloc(strlen(fname) + strlen(pconf->file_prefix) + 1, "read_file(cname)"); in read_file()
803 cont = mmalloc(end + 1, "read_file(cont)"); in read_file()
853 token = mmalloc(MAX_TOKEN + 1, "read_dev(token)"); in read_dev()
854 category = mmalloc(MAX_TOKEN + 1, "read_dev(category)"); in read_dev()
1043 char *rstr = mmalloc(strlen(str) + 1, "add_item(rstr)"); in add_item()
1154 char *str = mmalloc(len + 1, "write_list_pattern(str)"); in write_list_pattern()
[all …]
/dports/net/tinyfugue/tf-50b8/src/
H A Dmalloc.h32 # define malloc(size) mmalloc(NULL, size)
37 # define mmalloc(md, size) malloc(size) macro
61 # define dmalloc(md, size, file, line) mmalloc(md, size)
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dmalloc.h31 # define malloc(size) mmalloc(NULL, size)
36 # define mmalloc(md, size) malloc(size) macro
60 # define dmalloc(md, size, file, line) mmalloc(md, size)
/dports/audio/libmikmod/libmikmod-3.3.11.1/gp32/
H A DMakefile.gp3231 mmalloc.o mmerror.o mmio.o mdriver.o mdreg.o \
91 mmalloc.o: ../mmio/mmalloc.c $(HEADER_DEPS)
92 $(COMPILE) ../mmio/mmalloc.c -o mmalloc.o
/dports/ftp/puf/puf-1.0.0/src/
H A Dhostlist.c32 if ((h = mmalloc(sizeof(host_t) + len))) { in add_host()
82 if (!(nwh = mmalloc(sizeof(*nwh)))) in host_lookup_full()
190 if (!hi && (hi = mmalloc(sizeof(hinfo_t) + na * sizeof(haddr_t)))) { in finish_lookup()
265 if (!(proc = mmalloc(sizeof(*proc)))) { in fork_dnsproc()

12345678910>>...17