mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 02:18:53 +00:00
5974649f2b
Summary: Pull Request resolved: https://github.com/facebook/osquery/pull/5521 Implementation based on `std::unordered_map` and `std::list`, without any age-bits or any sort of optimisations. If later we realize we need something more powerfull we will use some fancy OSS lib for it. I need it as a cache of "hot" processes in syscall traicing. To read cmdline from file in `/proc/<pid>/cmdline` less often and preserve cmdline or any other info about process for the events that came when process is already gone. Reviewed By: SAlexandru Differential Revision: D14424352 fbshipit-source-id: 472cf8b542bab2921393b9d2a126c254c791404a |
||
---|---|---|
.. | ||
tests | ||
BUCK | ||
lru-impl.h | ||
lru.h |