libosmocore/src/coding
Harald Welte 898ffefde4 add libpseudotalloc as super-simplistic talloc replacement
In tightly embedded builds (--enable-embedded), we want the ability to
replace talloc with a very simple heap allocator to avoid the complexity
of talloc without modifying all our code that assumes talloc.

This will break the hierarchical notion of the allocator, but
libosmo{core,gsm,coding,codec} don't rely on that anyway.

Change-Id: Ie341034076f242a813f081919dd09d845775ad35
2017-05-17 15:15:52 +01:00
..
Makefile.am add libpseudotalloc as super-simplistic talloc replacement 2017-05-17 15:15:52 +01:00
gsm0503_coding.c libosmocoding: migrate transcoding routines from OsmoBTS 2017-03-07 01:06:38 +07:00
gsm0503_interleaving.c libosmocoding: migrate transcoding routines from OsmoBTS 2017-03-07 01:06:38 +07:00
gsm0503_mapping.c libosmocoding: migrate transcoding routines from OsmoBTS 2017-03-07 01:06:38 +07:00
gsm0503_parity.c libosmocoding: migrate transcoding routines from OsmoBTS 2017-03-07 01:06:38 +07:00
gsm0503_tables.c libosmocoding: migrate transcoding routines from OsmoBTS 2017-03-07 01:06:38 +07:00
libosmocoding.map libosmocoding: migrate transcoding routines from OsmoBTS 2017-03-07 01:06:38 +07:00