sof/tools/testbench
Marcin Maka 36e58d279b alloc: replace r- macros with renamed functions
Once the debug version of allocation functions are removed,
macros may be replaced with functions declared without leading
_ which makes the documentation (and the header) more readable,
the defines section does not need to contain doubled documentation
of alloc api.

bzero macro is not esasily removable due to include deps which
bring earlier declaration of non-inline prototype.

Signed-off-by: Marcin Maka <marcin.maka@linux.intel.com>
2020-03-27 10:43:23 +01:00
..
include/testbench tools: testbench: Include dcblock in testbench 2020-03-26 16:49:37 +00:00
CMakeLists.txt schedule: separate task init functions for schedulers 2019-12-19 20:29:59 +00:00
alloc.c alloc: replace r- macros with renamed functions 2020-03-27 10:43:23 +01:00
common_test.c Testbench: Fix segfault in pipeline_new() in topology parsing 2020-03-27 10:40:37 +01:00
edf_schedule.c tasks: add uuid based identification for tasks 2020-03-17 15:11:42 +02:00
file.c comp: ops: rename new as create 2020-03-25 11:04:15 +01:00
ipc.c ipc: use notifications allocated by sources 2020-03-02 13:28:52 +01:00
ll_schedule.c testbench: remove unneeded variable 2020-03-25 15:22:09 +01:00
panic.c Testbench: panic() calls abort() 2020-03-27 10:26:56 +01:00
schedule.c tasks: add uuid based identification for tasks 2020-03-17 15:11:42 +02:00
testbench.c tools: testbench: Include dcblock in testbench 2020-03-26 16:49:37 +00:00
timer.c timer: change id values 2019-08-06 18:59:27 +01:00
topology.c Testbench: Fix segfault in pipeline_new() in topology parsing 2020-03-27 10:40:37 +01:00
trace.c trace: remove legacy trace classes 2020-03-06 10:15:04 +01:00