Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LocklessAllocator and use it in LocklessList #2998

Merged
merged 1 commit into from
Sep 4, 2016

Conversation

jasp00
Copy link
Member

@jasp00 jasp00 commented Aug 24, 2016

LocklessAllocator is the new allocator described at #1088 (comment). It should be used instead of MemoryManager for objects created by the mixer; for other objects, plain new and delete should be used.

I set a maximum of 1024 PlayHandles, because JOB_QUEUE_SIZE is defined as 1024, although the limit BM_INITIAL_BUFFERS = 512 is hit before.

@jasp00 jasp00 merged commit 5f54995 into LMMS:master Sep 4, 2016
@jasp00 jasp00 deleted the lockless-alloc branch September 4, 2016 00:13
sambler added a commit to sambler/lmms that referenced this pull request Sep 19, 2016
* master: (213 commits)
  Update Pattern and AutomationPattern length (LMMS#3037)
  Refresh i18n strings
  Hint text update
  Drop notes with length zero (LMMS#3031)
  Background tweak
  Background
  Update Flanger
  Exclude .ts files from the Github linguist
  Redesign Multitap echo (LMMS#3008)
  Update i18n source strings
  Extended arpeggiator functions (LMMS#2130)
  Fix sample track playback in BB tracks (LMMS#3023)
  Sort plug-in embedded resources (LMMS#3014)
  Implement version major.minor.release-stage.build (LMMS#3011)
  Fix regressions on loading broken projects (LMMS#3013)
  Improved file input validation. (LMMS#2523)
  Fix sample track view in BB editor (LMMS#3002)
  Request change in model when dropping a track (LMMS#3000)
  Add LocklessAllocator and use it in LocklessList (LMMS#2998)
  Drop forceStep in AutomatableModel (LMMS#3010)
  ...
sdasda7777 pushed a commit to sdasda7777/lmms that referenced this pull request Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant