1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
Andy Green c099e7be92 client: do client stash in a single alloc
Improve the code around stash, getting rid of the strdups for a net
code reduction.  Remove the special destroy helper for stash since
it becomes a one-liner.

Trade several stack allocs in the client reset function for a single
sized brief heap alloc to reduce peak stack alloc by around 700 bytes.
2019-08-19 10:12:20 +01:00
..
alloc.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
buflist.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
context.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
libwebsockets.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
logs.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws_dll.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws_dll2.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
private-lib-core.h client: do client stash in a single alloc 2019-08-19 10:12:20 +01:00
vfs.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00