• Max Kellermann's avatar
    shout: make the shout_buffer static · 265b8fff
    Max Kellermann authored
    Since the buffer size is known at compile time, we can save an
    indirection by declaring it as a char array instead of a pointer.
    That saves an extra allocation, and we can calculate with the
    compile-time constant sizeof(data) instead of the attribute "max_len".
    265b8fff
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...