Home
last modified time | relevance | path

Searched refs:_ast_valloc (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h259 #define valloc(s) (_VMFL_(Vmregion), _ast_valloc((size_t)(s) )
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap421 #define valloc _ast_valloc
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap421 #define valloc _ast_valloc
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap421 #define valloc _ast_valloc
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap421 #define valloc _ast_valloc
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers476 _ast_valloc;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c1052 extern Void_t* F1(_ast_valloc, size_t,n) { return valloc(n); } in F1() argument