Skip to content

Add bounded lock-free allocation using atomic bump pointer#365

Open
Rahul-Sutariya wants to merge 1 commit into
eclipse-score:mainfrom
Rahul-Sutariya:rasu_lib_mem_lock_free_allocator_with_coverage
Open

Add bounded lock-free allocation using atomic bump pointer#365
Rahul-Sutariya wants to merge 1 commit into
eclipse-score:mainfrom
Rahul-Sutariya:rasu_lib_mem_lock_free_allocator_with_coverage

Conversation

@Rahul-Sutariya

Copy link
Copy Markdown
Contributor
  • Replace InterprocessMutex protection with compare_exchange_weak
  • Limit CAS attempts to 32 for deterministic execution
  • Handle allocation failure after retry exhaustion

Issue: #348

- Replace InterprocessMutex protection with compare_exchange_weak
- Limit CAS attempts to 32 for deterministic execution
- Handle allocation failure after retry exhaustion

Issue: eclipse-score#348
@github-actions

Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant