aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/subchan_demux.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-7/+1
the various constructors get called in a non-obvious, linker determined order, which makes certain objects disappear from the talloc report. This change moves the talloc context creation into a new talloc_ctx.c file
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte1-3/+6
This is much more optimal than checking if the context exists every time we allocate the respective object.
2009-06-26use taloc_zero() rather than talloc() and explisit memset()Harald Welte1-3/+2
2009-06-20introduce talloc all over OpenBSCHarald Welte1-4/+11
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+319