Home
last modified time | relevance | path

Searched refs:vmalloc (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs29 syscall time tmlib tmx tv tvlib uwin vfork vmalloc wait \
42 usage.h vdb.h vecargs.h vmalloc.h wait.h wordexp.h \
58 regex sfio stdio string tm uwin vec vmalloc
633 vmalloc/malloc.o \
634 vmalloc/vmbest.o \
635 vmalloc/vmclear.o \
636 vmalloc/vmclose.o \
637 vmalloc/vmdcheap.o \
638 vmalloc/vmdebug.o \
639 vmalloc/vmdisc.o \
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dastsa.omk33 vmalloc.h
50 vmalloc.c \
71 vmalloc.o \
H A Dastsa.manifest49 vmalloc.c
50 vmalloc.h
H A Dvmalloc.h29 #define vmalloc(v,n) _vm_resize(v,(void*)0,n) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE2 12-06-28 vmalloc/malloc.c: use sbrk() unless VMALLOC_OPTIONS=mmap or asoinit(0,0,0)!=0 (workaround …
31 12-04-26 vmalloc/vmbest.c: SIGSEGV overcommit check for __linux__ only
32 12-04-25 vmalloc: add _vmfd() for private close-on-exec fds
38 12-03-28 vmalloc: int vs [s]size_t cleanup
49 12-02-07 malloc.c/features/vmalloc: add gnu __malloc_hook tests
63 11-12-13 aso: in -lposix for uwin, not -last -- just like vmalloc
70 11-11-11 aso,cdt,vmalloc: resync with kpv
75 11-09-26 vmalloc: sync with kpv
121 10-11-16 vmalloc.h: add VMFL tracing to vmstrdup()
124 10-11-10 regex/regnexec.c,vmalloc/vmstat.c: eliminate strict-aliasing puns
[all …]
H A DMamfile89 make FEATURE/vmalloc implicit
90 meta FEATURE/vmalloc features/%>FEATURE/% features/vmalloc vmalloc
91 make features/vmalloc
92 done features/vmalloc
93 …ec - iffe -v -X ast -X std -c '${CC} ${mam_cc_FLAGS} ${CCFLAGS} ${LDFLAGS} ' run features/vmalloc
100 done FEATURE/vmalloc generated
385 make include/vmalloc.h implicit
388 done include/vmalloc.h dontcare
524 prev include/vmalloc.h implicit
1371 prev include/vmalloc.h implicit
[all …]
H A DMakefile18 regex sfio stdio string tm uwin vec vmalloc
20 .SOURCE.h : include comp std cdt vmalloc
38 usage.h vdb.h vecargs.h vmalloc.h wait.h wordexp.h \
63 swap.3 tab.3 tm.3 tmx.3 tok.3 touch.3 tv.3 vecargs.3 vmalloc.3 \
199 /* vmalloc */ \
200 vmalloc.h vmhdr.h vmbest.c vmclear.c vmclose.c vmdcheap.c vmdebug.c \
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfixup_kernel.sh82 delete from return_states where function = 'vmalloc';
83 insert into return_states values ('faked', 'vmalloc', 0, 1, '4096-ptr_max', 0, 0, -1, '', '');
84 insert into return_states values ('faked', 'vmalloc', 0, 1, '4096-ptr_max', 0, 103, 0, '\$', '1-12…
85 insert into return_states values ('faked', 'vmalloc', 0, 2, '0', 0, 0, -1, '', '');
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h165 extern Void_t* vmalloc _ARG_(( Vmalloc_t*, size_t ));
235 #define vmalloc(vm,sz) (_VMFL_(vm), \ macro
307 #ifndef vmalloc
308 #define vmalloc(vm,sz) (*(_VM_(vm)->meth.allocf))((vm),(sz),0) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmstrdup.c45 return (s && (t = vmalloc(v, n = strlen(s) + 1))) ? (char*)memcpy(t, s, n) : (char*)0;
H A Dvmdcheap.c50 return vmalloc(Vmheap,nsize);
H A Dvmprofile.c94 { if(!(Pftable = (Pfobj_t**)vmalloc(Vmheap,(PFTABLE+1)*sizeof(Pfobj_t*))) )
126 if(!(fn = (Pfobj_t*)vmalloc(Vmheap,s)) )
140 { if(!(pfvm = (Pfobj_t*)vmalloc(Vmpf,sizeof(Pfobj_t))) )
157 if(!(pf = (Pfobj_t*)vmalloc(Vmpf,sizeof(Pfobj_t))) )
H A Dvmopen.c161 else if(!(vm = vmalloc(Vmheap, sizeof(Vmalloc_t))) )
H A Dvmmopen.c404 if(!(mmdc = vmalloc(Vmheap, sizeof(Mmdisc_t)+strlen(file))) )
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dvmalloc1 /* : : generated from contrib/ast/src/lib/libast/features/vmalloc by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dvmalloc1 /* : : generated from contrib/ast/src/lib/libast/features/vmalloc by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dvmalloc1 /* : : generated from contrib/ast/src/lib/libast/features/vmalloc by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dvmalloc1 /* : : generated from contrib/ast/src/lib/libast/features/vmalloc by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dvmalloc2 # This file defines probes for local features that vmalloc requires.
12 lib onexit,pvalloc,strdup,valloc,vmalloc
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DMamfile89 make ${PACKAGE_ast_INCLUDE}/vmalloc.h implicit
151 done ${PACKAGE_ast_INCLUDE}/vmalloc.h dontcare
244 prev ${PACKAGE_ast_INCLUDE}/vmalloc.h implicit
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A DMamfile137 make ${PACKAGE_ast_INCLUDE}/vmalloc.h implicit
190 done ${PACKAGE_ast_INCLUDE}/vmalloc.h dontcare
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DMamfile107 make ${PACKAGE_ast_INCLUDE}/vmalloc.h implicit
160 done ${PACKAGE_ast_INCLUDE}/vmalloc.h dontcare
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dmc.c292 if (!(rp = sp = vmalloc(vm, mc->nstrs + 1))) in mcopen()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests174 vmalloc_options= #XXX# until multi-region vmalloc trace fixed #XXX#
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DMamfile55 make ${PACKAGE_ast_INCLUDE}/vmalloc.h implicit
109 done ${PACKAGE_ast_INCLUDE}/vmalloc.h dontcare
166 prev ${PACKAGE_ast_INCLUDE}/vmalloc.h implicit

12