Home
last modified time | relevance | path

Searched refs:_VMFL_ (Results 1 – 6 of 6) sorted by relevance

/titanic_51/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_(Vmregion), _ast_memalign((size_t)(a),(size_t)(s)) )
[all …]
/titanic_51/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_(Vmregion), _ast_memalign((size_t)(a),(size_t)(s)) )
[all …]
/titanic_51/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_(Vmregion), _ast_memalign((size_t)(a),(size_t)(s)) )
[all …]
/titanic_51/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_(Vmregion), _ast_memalign((size_t)(a),(size_t)(s)) )
[all …]
/titanic_51/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_(Vmregion), _ast_memalign((size_t)(a),(size_t)(s)) )
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dvmalloc.h233 #define _VMFL_(vm) (_VMFILE_(vm), _VMLINE_(vm), _VMFUNC_(vm)) macro
235 #define vmalloc(vm,sz) (_VMFL_(vm), \
237 #define vmresize(vm,d,sz,type) (_VMFL_(vm), \
240 #define vmfree(vm,d) (_VMFL_(vm), \
242 #define vmalign(vm,sz,align) (_VMFL_(vm), \
254 #define malloc(s) (_VMFL_(Vmregion), _ast_malloc((size_t)(s)) )
255 #define realloc(d,s) (_VMFL_(Vmregion), _ast_realloc((Void_t*)(d),(size_t)(s)) )
256 #define calloc(n,s) (_VMFL_(Vmregion), _ast_calloc((size_t)n, (size_t)(s)) )
257 #define free(d) (_VMFL_(Vmregion), _ast_free((Void_t*)(d)) )
258 #define memalign(a,s) (_VMFL_(Vmregio
[all...]