木头云 c31ef988c1 fix(shm): remove redundant self-assignment in shm_win.cpp
- Remove useless 'ii->size_ = ii->size_;' statement at line 140
- The user-requested size is already set in acquire() function
- Simplify else branch to just a comment for clarity
- No functional change, just code cleanup
2025-11-30 11:06:04 +00:00
..
circ In non-broadcast mode, connection tags are only used for counting. 2025-05-10 15:14:39 +08:00
memory Added a cleanup interface for shared memory handles 2024-11-17 17:35:29 +08:00
platform fix(shm): remove redundant self-assignment in shm_win.cpp 2025-11-30 11:06:04 +00:00
sync Added a cleanup interface for the synchronization facilities 2024-11-17 17:39:03 +08:00
utility Added QNX support 2022-01-02 17:54:07 +08:00
buffer.cpp refactor(buffer): rename 'additional' parameter to 'mem_to_free' for clarity 2025-11-30 05:09:56 +00:00
ipc.cpp In non-broadcast mode, connection tags are only used for counting. 2025-05-10 15:14:39 +08:00
policy.h recycle storage for large message 2021-07-11 15:56:30 +08:00
pool_alloc.cpp Added a cleanup interface for shared memory handles 2024-11-17 17:35:29 +08:00
prod_cons.h try to adjust recycling strategy for large message cache 2021-07-11 13:13:30 +08:00
queue.h In non-broadcast mode, connection tags are only used for counting. 2025-05-10 15:14:39 +08:00
shm.cpp open的时候不存在共享内存,则返回false,没有必要报错 2025-03-07 11:36:57 +08:00
waiter.h Added clear_storage for quieue 2024-12-01 17:49:34 +08:00