Mercurial > flash_v2
diff packages/services/memalloc/common/current/cdl/memalloc.cdl @ 191:678094f34118
Merge from eCos master repository on 2001-10-19-06:43:02-BST
| author | jlarmour |
|---|---|
| date | Fri, 19 Oct 2001 07:02:26 +0000 |
| parents | 3902ef905c9c |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/services/memalloc/common/current/cdl/memalloc.cdl +++ b/packages/services/memalloc/common/current/cdl/memalloc.cdl @@ -46,7 +46,7 @@ cdl_package CYGPKG_MEMALLOC { dynamic memory allocators, including the ISO standard malloc interface. It also contains some sample implementations." include_dir cyg/memalloc - compile dlmalloc.cxx kapi.cxx malloc.cxx memfixed.cxx memvar.cxx \ + compile dlmalloc.cxx memfixed.cxx memvar.cxx \ sepmeta.cxx # ==================================================================== @@ -205,6 +205,7 @@ cdl_package CYGPKG_MEMALLOC { description " This option must be enabled to provide the extensions required to support integration into the kernel C API." + compile kapi.cxx } cdl_option CYGSEM_MEMALLOC_MALLOC_ZERO_RETURNS_NULL { @@ -224,6 +225,7 @@ cdl_package CYGPKG_MEMALLOC { implements CYGINT_ISO_MALLOC implements CYGINT_ISO_MALLINFO default_value 1 + compile malloc.cxx description " This component enables support for dynamic memory allocation as supplied by the functions malloc(),
