libosmocore/src
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
..
codec add libpseudotalloc as super-simplistic talloc replacement 2017-05-17 15:15:52 +01:00
coding add libpseudotalloc as super-simplistic talloc replacement 2017-05-17 15:15:52 +01:00
ctrl Simplify ctrl cmd lookup 2017-05-08 08:36:50 +00:00
gb libosmogb: Convert to use new endian conversion helpers 2017-05-15 13:42:03 +02:00
gsm add libpseudotalloc as super-simplistic talloc replacement 2017-05-17 15:15:52 +01:00
pseudotalloc add libpseudotalloc as super-simplistic talloc replacement 2017-05-17 15:15:52 +01:00
sim sim: Link to libtalloc as symbols of it are used here 2017-01-24 14:26:11 +01:00
vty vty: cleanup logging functions 2017-05-09 09:11:05 +00:00
Makefile.am add libpseudotalloc as super-simplistic talloc replacement 2017-05-17 15:15:52 +01:00
application.c compiler warnings: take care of compiler warning "unused-result" 2017-04-08 07:45:13 +00:00
backtrace.c Update doxygen annotations in libosmocore 2016-05-05 18:49:27 +02:00
bitcomp.c bitcomp: Remove the t4 decoding from libosmocore 2016-11-10 17:07:45 +00:00
bits.c Add octet-aligned/unaligned shift functions 2016-06-20 19:02:56 +02:00
bitvec.c Add function to get uninterrupted bit run 2017-01-06 10:37:42 +00:00
conv.c core/conv: implement optimized Viterbi decoder 2017-04-11 00:36:08 +00:00
crc16.c add CRC16-CCITT to libosmocore 2016-12-23 22:16:08 +01:00
crcXXgen.c.tpl misc: Doxygen tweaks: fixed some typos and minor errors 2013-02-15 13:27:59 +01:00
fsm.c timer: add osmo_timer_setup() 2017-05-09 12:10:51 +02:00
gsmtap_util.c use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore 2017-05-15 13:42:03 +02:00
logging.c src/logging.c: Fix EMBEDDED build 2017-05-15 13:01:01 +02:00
logging_gsmtap.c use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore 2017-05-15 13:42:03 +02:00
logging_syslog.c doc: Fix the Doxygen section endings 2012-04-18 21:53:23 +02:00
loggingrb.c sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+ 2014-10-26 20:52:25 +01:00
macaddr.c disable various code if building for bare-iron embedded 2017-01-23 12:20:33 +00:00
msgb.c msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx() 2016-09-27 11:46:38 +02:00
msgfile.c msgfile: Fix warning on BSDs stdio 2015-03-18 21:54:37 +01:00
panic.c src/panic.c: Remove unneeded #include of gsm_utils.h 2017-05-17 15:15:09 +01:00
plugin.c add some missing doxygen annotation for libosmocore functions 2013-01-11 09:43:32 +01:00
prim.c Add struct osmo_prim_event_map and osmo_event_for_prim() 2017-04-09 17:54:28 +00:00
rate_ctr.c timer: add osmo_timer_setup() 2017-05-09 12:10:51 +02:00
rbtree.c fix FSF address in sources/headers 2015-11-12 13:46:05 +01:00
select.c select: Find the highest fd when filling the fd_sets 2017-04-04 20:14:32 +00:00
sercomm.c sercomm: More API documentation 2017-05-17 15:15:09 +01:00
serial.c serial.c: file descriptor '0' is a valid value 2016-12-24 17:59:36 +01:00
signal.c Update doxygen annotations in libosmocore 2016-05-05 18:49:27 +02:00
socket.c Add osmo_sock_init2() function, allowing both BIND *and* CONNECT 2017-04-09 21:46:21 +02:00
stat_item.c stats: Add OSMO prefix to STAT_ITEM_NOVALUE_ID 2015-12-08 10:33:15 +01:00
statistics.c core: Add difference function to osmo_counter 2015-10-29 01:10:06 +01:00
stats.c stats: Disable stats*.c on embedded targets 2017-05-15 19:00:40 +02:00
stats_statsd.c stats: Disable stats*.c on embedded targets 2017-05-15 19:00:40 +02:00
strrb.c strrb: Add missing #include to talloc.h 2017-05-15 13:42:03 +02:00
timer.c timer: use timerclear() rather than explicit tv_set = tv_usec = 0 2017-05-15 19:00:43 +02:00
timer_gettimeofday.c add osmo_gettimeofday as a shim around gettimeofday 2016-09-22 07:18:39 +02:00
utils.c osmo_hexparse: allow whitespace in parsed string, add ws test 2017-02-14 15:59:22 +01:00
viterbi.c core/conv: strip unused memalign() call 2017-05-07 23:10:51 +07:00
viterbi_gen.c core/conv: implement optimized Viterbi decoder 2017-04-11 00:36:08 +00:00
write_queue.c wqueue: Reject messges if queue is considered full 2016-12-09 11:37:37 +01:00