Home
last modified time | relevance | path

Searched refs:_std_malloc (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dmemfatal.c34 #if _std_malloc
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dvmalloc27 #define _std_malloc 1 /* defer to standard malloc */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dvmalloc27 #define _std_malloc 1 /* defer to standard malloc */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dvmalloc27 #define _std_malloc 1 /* defer to standard malloc */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dvmalloc27 #define _std_malloc 1 /* defer to standard malloc */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h138 #if !_std_malloc
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmstat.c56 #if ( !_std_malloc || !_BLD_ast ) && !_AST_std_malloc
H A Dvmhdr.h90 #undef _std_malloc
91 #define _std_malloc 1 /* use native malloc/free/realloc */ macro
H A Dvmbest.c1281 #if _std_malloc /* using native malloc as a last resource */
1327 #if _std_malloc in getmemory()
H A Dmalloc.c146 #if ( !_std_malloc || !_BLD_ast ) && !_AST_std_malloc
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dmap.c401 #if _std_malloc in main()
H A Dvmalloc212 #define _std_malloc 1 /* defer to standard malloc */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h385 #if !_std_malloc && !defined(VMFL) && !defined(_VMHDR_H) && \
H A Dvmalloc.h263 #if !_std_malloc
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c45 #if !_std_malloc
H A Dxec.c44 #if !_std_malloc
3187 #if !_std_malloc in _sh_fork()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h842 #if _std_malloc
H A DRELEASE106 02-01-24 pplib.h: use vmalloc(Vmregion) if _std_malloc
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE772 03-05-27 features/vmalloc: fix _std_malloc test
919 02-09-05 features/vmalloc: add free() to _std_malloc test
946 02-07-30 features/lib: handle __libc_malloc() in _std_malloc test
1512 vmalloc/vmbest: if _std_malloc then use malloc()/free() not sbrk()
1620 change _std_malloc iffe test so it doesn't hang on alpha
1645 workaround lazy strdup() implementations in features/lib _std_malloc