summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ast/libast/i386/FEATURE/vmalloc
blob: 0be84333de0d4833bbd11207951c657012a83d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* : : generated from contrib/ast/src/lib/libast/features/vmalloc by iffe version 2012-07-17 : : */
#ifndef _def_vmalloc_ast
#define _def_vmalloc_ast	1
#define _sys_types	1	/* #include <sys/types.h> ok */
#define _lib_atexit	1	/* atexit() in default lib(s) */
#define _lib_getpagesize	1	/* getpagesize() in default lib(s) */
#define _lib_memalign	1	/* memalign() in default lib(s) */
#define _lib_strdup	1	/* strdup() in default lib(s) */
#define _lib_valloc	1	/* valloc() in default lib(s) */
#define _hdr_alloca	1	/* #include <alloca.h> ok */
#define _hdr_malloc	1	/* #include <malloc.h> ok */
#define _hdr_stdlib	1	/* #include <stdlib.h> ok */
#define _hdr_unistd	1	/* #include <unistd.h> ok */
#define _mem_arena_mallinfo	1	/* arena is a member of struct mallinfo */
#define _sys_stat	1	/* #include <sys/stat.h> ok */
#define _hdr_time	1	/* #include <time.h> ok */
#define _sys_time	1	/* #include <sys/time.h> ok */
#define _sys_times	1	/* #include <sys/times.h> ok */
#define _hdr_stddef	1	/* #include <stddef.h> ok */
#define _typ_ssize_t	1	/* ssize_t is a type */
#define _mem_sbrk	1	/* brk()/sbrk() work as expected */
#define _lib_alloca	1	/* alloca exists */
#define _stk_down	1	/* stack grows downward */
#include "FEATURE/mmap"
#if _BLD_INSTRUMENT || cray || _UWIN && _BLD_ast
#undef	_map_malloc
#define _std_malloc	1	/* defer to standard malloc */
#endif
#if _mmap_anon
#define _mem_mmap_anon	1
#endif
#if _mmap_devzero
#define _mem_mmap_zero	1
#endif

#endif