zhangyi
|
8da0b32d0b
|
optimize memory management and recycle strategy
|
2019-10-21 13:32:07 +08:00 |
|
mutouyun
|
d3afbdedc6
|
revert async_pool_alloc
|
2019-10-07 12:32:12 +00:00 |
|
mutouyun
|
1fd8e27994
|
void automatic memory recovery
|
2019-10-07 12:18:26 +00:00 |
|
mutouyun
|
f3eb6ba55a
|
fix: attempting to reference a deleted function
|
2019-10-07 11:51:37 +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 |
|
mutouyun
|
659989fd31
|
fix tls's defect
|
2019-09-21 14:21:57 +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 |
|
木头云
|
bd2097e608
|
Update resource.h
|
2019-07-04 16:45:34 +08:00 |
|
zhangyi
|
6b7c561496
|
fix tls bugs (win); modify data structure
|
2019-07-04 16:37:00 +08:00 |
|
mutouyun
|
9bc6604faa
|
may have memory leak (TBD)
|
2019-07-03 23:14:43 +08:00 |
|
mutouyun
|
b3ef1ed760
|
modify chunk size
|
2019-07-03 14:26:45 +00:00 |
|
mutouyun
|
3d46bcd47a
|
just use default policy for chunk_variable_alloc
|
2019-07-03 21:56:28 +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 |
|
mutouyun
|
fbf3c622e8
|
fine-tune
|
2019-07-02 23:07:39 +08:00 |
|
zhangyi
|
d36c3949ce
|
test cases failed
|
2019-07-02 18:56:01 +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
|
0beb0b4a13
|
invalid large message storage
|
2019-06-19 15:30:30 +08:00 |
|
zhangyi
|
cf0028bf09
|
don't use std::function
|
2019-06-18 23:42:34 +08:00 |
|
zhangyi
|
a2d918dec2
|
try using ipc::string
|
2019-06-18 19:29:58 +08:00 |
|
zhangyi
|
ba5c8f57cf
|
add IPC_FALLTHROUGH_([[fallthrough]])
|
2019-06-18 12:26:19 +08:00 |
|
zhangyi
|
30fa347f56
|
use shm::id_t instead of shm::handle in conn_info_head
|
2019-06-18 11:53:43 +08:00 |
|
mutouyun
|
7795156656
|
modify recv_cache from static member function to global function
|
2019-06-16 17:24:44 +08:00 |
|
mutouyun
|
b3c577988b
|
use storage-flag, simplify codes, use one acc handle for all connections & messages.
|
2019-06-16 17:10:03 +08:00 |
|
mutouyun
|
a351d2920b
|
modify semaphore::wait (win)
|
2019-06-08 18:08:03 +08:00 |
|
mutouyun
|
dc3ef4d4b9
|
add WAIT_ABANDONED
|
2019-06-08 13:56:02 +08:00 |
|
zhangyi
|
6f5c594dcf
|
clean msg-storage quickly
|
2019-05-06 17:21:30 +08:00 |
|
zhangyi
|
ce3e9869fb
|
use one shm-block for big message (>= 4096)
|
2019-05-06 16:19:19 +08:00 |
|
zhangyi
|
518550070d
|
fix bugs in force-push
|
2019-04-30 15:20:33 +08:00 |
|
mutouyun
|
fe3fc07829
|
remove useless code
|
2019-04-07 17:11:00 +08:00 |
|
mutouyun
|
fe689c9208
|
optimize
|
2019-04-07 17:01:51 +08:00 |
|
mutouyun
|
8a8c534f53
|
use ipc::detail::max/min instead of std::max/min
|
2019-04-05 18:24:16 +08:00 |
|
mutouyun
|
ad9818a89b
|
move concept & pimpl helpers to single header respectively
|
2019-04-04 23:25:51 +08:00 |
|
mutouyun
|
2079c8eafb
|
rename parameter
|
2019-04-04 23:15:53 +08:00 |
|
zhangyi
|
ca6815c601
|
adjust interface for connect
|
2019-04-01 18:07:15 +08:00 |
|
zhangyi
|
b00ebfe460
|
memory access may out of bounds
|
2019-03-29 15:12:15 +08:00 |
|
木头云
|
1c32826aa2
|
Update shm.cpp
|
2019-03-28 17:08:32 +08:00 |
|
zhangyi
|
89c4b1ce2a
|
add attach/detach for shm
|
2019-03-28 16:30:26 +08:00 |
|
zhangyi
|
755bea8112
|
add attach/detach for shm
|
2019-03-28 16:23:31 +08:00 |
|
zhangyi
|
2e2cf82d91
|
add dismiss for shm
|
2019-03-28 13:04:29 +08:00 |
|
zhangyi
|
15a99073e3
|
open shm should ignore size
|
2019-03-28 12:13:37 +08:00 |
|
mutouyun
|
557a849bdf
|
update shm interfaces
|
2019-03-28 12:08:02 +08:00 |
|
mutouyun
|
10e6cca8b0
|
support for specified shm modes
|
2019-03-27 22:55:36 +08:00 |
|