You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[linux] implemented Linux dialect resource cleanup with lsof_dialect_destroy()
- Added `lsof_dialect_destroy()` function for Linux dialect resource cleanup.
- Implemented cleanup for lock hash table, pipe/PTY/message queue/eventfd endpoint hashes, field pointers, and lock stream buffer.
- Moved static variables and type definitions from dnode.c to dlsof.h for improved modularity.
- Added context field access macros (LckH, Pinfo, PtyInfo, PSXMQinfo, EvtFDinfo, Fp, Fpa, Vbuf, Vsz) for dialect state management.
- Replaced manual array reallocation with `grow_array()` helper function in dnode.c.
- Updated build files to include new dlsof.c source file in Linux dialect compilation.
0 commit comments