Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LibOS] Fix memmgr free list performance bug
Fixes the memmgr performance bug described in gramineproject#2033 by changing the `CHECK_LIST_HEAD` macro in `common/include/list.h` in release mode to `(void)0`. Signed-off-by: Adrian Lutsch <adrian.lutsch@cs.tu-darmstadt.de>
- Loading branch information