Open TarakanoLov opened 4 months ago
it is mustn't a big problem for you. you can easy use other Memory impl here. For example this project https://github.com/cacay/MemoryPool
Hi, I'm reading https://github.com/PacktPublishing/Building-Low-Latency-Applications-with-CPP/blob/main/Chapter4/mem_pool.h and I can't understand why the destructor in deallocate is not called, it turns out after creation std::string will leak memory in place of the old std::string
Hi, I'm reading https://github.com/PacktPublishing/Building-Low-Latency-Applications-with-CPP/blob/main/Chapter4/mem_pool.h and I can't understand why the destructor in deallocate is not called, it turns out after creation std::string will leak memory in place of the old std::string