diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-05-06 22:29:08 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-05-11 13:56:21 -0400 |
commit | f331936969552c9864e8ef58ec329e7060a5af60 (patch) | |
tree | f46b4f64ee7672343b7eece9a9c1aa18f76b84b4 /src/avr/main.c | |
parent | 8f1d0c2a7c49b596cb5a9a8b92b3200485049cf6 (diff) | |
download | kutter-f331936969552c9864e8ef58ec329e7060a5af60.tar.gz kutter-f331936969552c9864e8ef58ec329e7060a5af60.tar.xz kutter-f331936969552c9864e8ef58ec329e7060a5af60.zip |
basecmd: Avoid calling malloc() from main code
Introduce a new board function alloc_chunk() to allocate dynamic
memory. This allows the board code to implement memory allocations
without using the standard malloc() interface.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/avr/main.c')
0 files changed, 0 insertions, 0 deletions