1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/misc
Andy Green ebdc0ad084 lwsac-backfill
Optimizations for memory-tight systems.

Check all previous gaps first for any usage, so gaps we created when
faced with perhaps a relatively large allocation that left a lot of
the last chunk on the table can be backfilled with smaller things as
it goes on.

Separate the members that only live in the head object out of the
buffer management object, reducing the cost of new chunks.  Allocate
the head object members as the first thing in the first chunk, and
adjust all the code to look there for them.
2019-10-17 09:19:57 +01:00
..
fts private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lwsac lwsac-backfill 2019-10-17 09:19:57 +01:00
threadpool private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
base64-decode.c client: multipart mime generation helpers 2019-10-12 12:41:14 +01:00
daemonize.c illumos: fixes for build warnings 2019-10-12 12:41:14 +01:00
dir.c SmartOS: detection/build to all Illumos 2019-09-06 15:30:51 +01:00
diskcache.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
getifaddrs.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
getifaddrs.h refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
lejp.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws-ring.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws-struct-lejp.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws-struct-sqlite.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
peer-limits.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
romfs.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
romfs.h refactor: subdirs for source in lib 2017-10-16 17:28:37 +08:00
sha-1.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00