Searched refs:_VMFL_ (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dvmalloc.h222 #define _VMFL_(vm) (_VMFILE_(vm), _VMLINE_(vm), _VMFUNC_(vm)) macro
224 #define vmalloc(vm,sz) (_VMFL_(vm), \
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \
229 #define vmfree(vm,d) (_VMFL_(vm), \
231 #define vmalign(vm,sz,align) (_VMFL_(vm), \
243 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) )
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) )
245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) )
246 #define free(d) (_VMFL_(Vmregion), _ast_free((Void_t*)(d)) )
247 #define memalign(a,s) (_VMFL_(Vmregio
[all...]
/illumos-gate/usr/src/lib/libast/common/include/
H A Dvmalloc.h222 #define _VMFL_(vm) (_VMFILE_(vm), _VMLINE_(vm), _VMFUNC_(vm)) macro
224 #define vmalloc(vm,sz) (_VMFL_(vm), \
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \
229 #define vmfree(vm,d) (_VMFL_(vm), \
231 #define vmalign(vm,sz,align) (_VMFL_(vm), \
243 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) )
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) )
245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) )
246 #define free(d) (_VMFL_(Vmregion), _ast_free((Void_t*)(d)) )
247 #define memalign(a,s) (_VMFL_(Vmregio
[all...]
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dvmalloc.h222 #define _VMFL_(vm) (_VMFILE_(vm), _VMLINE_(vm), _VMFUNC_(vm)) macro
224 #define vmalloc(vm,sz) (_VMFL_(vm), \
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \
229 #define vmfree(vm,d) (_VMFL_(vm), \
231 #define vmalign(vm,sz,align) (_VMFL_(vm), \
243 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) )
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) )
245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) )
246 #define free(d) (_VMFL_(Vmregion), _ast_free((Void_t*)(d)) )
247 #define memalign(a,s) (_VMFL_(Vmregio
[all...]
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dvmalloc.h222 #define _VMFL_(vm) (_VMFILE_(vm), _VMLINE_(vm), _VMFUNC_(vm)) macro
224 #define vmalloc(vm,sz) (_VMFL_(vm), \
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \
229 #define vmfree(vm,d) (_VMFL_(vm), \
231 #define vmalign(vm,sz,align) (_VMFL_(vm), \
243 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) )
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) )
245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) )
246 #define free(d) (_VMFL_(Vmregion), _ast_free((Void_t*)(d)) )
247 #define memalign(a,s) (_VMFL_(Vmregio
[all...]
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dvmalloc.h222 #define _VMFL_(vm) (_VMFILE_(vm), _VMLINE_(vm), _VMFUNC_(vm)) macro
224 #define vmalloc(vm,sz) (_VMFL_(vm), \
226 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \
229 #define vmfree(vm,d) (_VMFL_(vm), \
231 #define vmalign(vm,sz,align) (_VMFL_(vm), \
243 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) )
244 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) )
245 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) )
246 #define free(d) (_VMFL_(Vmregion), _ast_free((Void_t*)(d)) )
247 #define memalign(a,s) (_VMFL_(Vmregio
[all...]

Completed in 64 milliseconds