24 Commits

Author SHA1 Message Date
zhangyi
0b88505cb1 warning C4814 2019-10-24 12:32:58 +08:00
zhangyi
8da0b32d0b optimize memory management and recycle strategy 2019-10-21 13:32:07 +08:00
mutouyun
1fd8e27994 void automatic memory recovery 2019-10-07 12:18:26 +00:00
mutouyun
448a4883f6 optimize the memory allocator 2019-10-07 11:23:31 +00:00
mutouyun
45bf1a7b38 use 'replenish' for async_wrapper 2019-10-05 03:54:17 +00:00
mutouyun
56484c0c8f optimize the memory allocator 2019-10-05 03:48:24 +00:00
zhangyi
c8cedf11cf optimize memory allocator for big size memory 2019-07-05 18:53:30 +08:00
木头云
ab1624c0fe
suppress warning C4814 2019-07-04 16:58:02 +08:00
zhangyi
6b7c561496 fix tls bugs (win); modify data structure 2019-07-04 16:37:00 +08:00
zhangyi
449bc36bd9 compile error (msvc) 2019-07-03 18:52:04 +08:00
zhangyi
a4a6a9ca66 fix some bugs; improve memory allocators 2019-07-03 18:41:46 +08:00
zhangyi
0ef1d27521 use chunk_variable_alloc as allocator-policy of static_async_fixed 2019-07-02 18:48:08 +08:00
zhangyi
56103e08dd add variable_alloc 2019-07-01 19:18:32 +08:00
zhangyi
15e71bd1a1 add IPC_CONSTEXPR_;
add variable_wrapper instead of fixed_alloc_policy
2019-07-01 17:28:02 +08:00
mutouyun
ad01ec62f5 fix compile error for msvc 2019-06-30 12:15:53 +08:00
mutouyun
36d85e4b41 modify test cases of mem;
sync_pool_alloc => async_pool_alloc, synchronized => async_wrapper; statical => static_wrapper;
optimize ipc::mem::allocator;
use std::hardware_destructive_interference_size for cache_line_size (TBD);
simplified codes.
2019-06-30 12:02:12 +08:00
zhangyi
a2d918dec2 try using ipc::string 2019-06-18 19:29:58 +08:00
mutouyun
60276495b5 [TBD] add test-case; fix some bugs 2019-01-28 10:38:09 +08:00
mutouyun
66cfab4a62 use new for synchronized-wrapper 2019-01-25 15:02:53 +08:00
mutouyun
1a71313431 no automatically clear 2019-01-25 14:00:50 +08:00
mutouyun
6ec8ca9a9e test... 2019-01-25 13:17:43 +08:00
mutouyun
fac45ec38f remove locked_fixed_alloc 2019-01-25 13:08:33 +08:00
mutouyun
5c9a8e0311 remove is_fixed (TBD) 2019-01-24 17:55:23 +08:00
mutouyun
12119f0f65 refactor 2019-01-24 12:13:13 +08:00