zeek/src/threading
Tim Wojtulewicz 572adf3f23 Pack some classes for better memory usages
- Analyzer: Reduce from 208 bytes to 192 bytes, remove one cache line
- EventGroup: Reduce from 104 bytes to 96 bytes
- Packet: Reduce from 200 bytes to 184 bytes, remove one cache line
- threading::Value: Reduce from 48 bytes to 40 bytes
- ConnTuple: push hole to the end of struct
- TCP_Reassembler: Reduce from 240 bytes to 232 bytes
2025-01-30 10:50:29 -07:00
..
formatters Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
BasicThread.cc Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
BasicThread.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
Formatter.cc Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00
Formatter.h Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00
Manager.cc Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
Manager.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
MsgThread.cc Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
MsgThread.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
Queue.h Add missing copyright line to headers and cc files 2024-12-06 12:50:58 +01:00
SerialTypes.cc threading/Value: Support move and copy constructors 2024-08-30 10:58:23 +02:00
SerialTypes.h Pack some classes for better memory usages 2025-01-30 10:50:29 -07:00