-
Arena allocator can be used to limit the amount of memory used while running queries
# Brief design
each thread in the thread pool will have arena allocator instance
each arena allocator will hav…
-
```
version: 1.1.0.0
$Rev: 7674 $
file: '../libtorrent_aio/src/allocator.cpp'
line: 92
functionon: bytes <
0x30000000ent::page_aligned_allocator::malloc(libtorrent::page_aligned_allocator
::size_type…
-
I'm guessing I'm fundamentally doing this wrong/in a poor form. Currently I am just trying to get a simple http server built on top of sockets and zig-aio. The performance tends to be quite sporadic. …
-
# Lines of code
# Vulnerability details
### C4 Issue
M-13: [confirmBaseInterestAllocator() change BaseInterestAllocator may pay large getReallocationBonus](https://github.com/code-423n4/2024-04-g…
-
This is probably user error since I'm not fully sure what I'm doing, my apologies in advance.
I have multiple threads trying to accept TCP requests. Based on [the documentation](https://github.com/…
-
```
ds@tux:~/nano/releases/V23.3$ make run_tsan_tests
cd tsan && TSAN_OPTIONS="suppressions=../nano-node/tsan_suppressions" ./core_test --gtest_filter=network.peer_max_tcp_attempts
Running main()…
-
This is more of a question than an issue, and potentially a feature request.
I have a class managing a kind of a graph data structure, where standard containers (maps and lists) are used to store r…
-
H2O maintains per-thread list of "recycled" memory blocks in `static __thread h2o_mem_recycle_t mempool_allocator`. Unfortunately, these blocks are never released to the system. They are limited -- on…
-
As known, we use our home-brewed memory allocation for performance, e.g. `tfw_pool_new`, but the drawback is that it bypasses the KASAN. So we must ensure memory safety ourselves and cannot rely on ge…
-
Issue is starting point to reduce the patch set added for https://github.com/microsoft/vscode/issues/177338 in our internal builds and a way to get https://github.com/electron/electron/pull/37582 into…