Skip to content

sync branches#565

Merged
jsuarez5341 merged 27 commits into
5.0from
4.0
May 18, 2026
Merged

sync branches#565
jsuarez5341 merged 27 commits into
5.0from
4.0

Conversation

@jsuarez5341
Copy link
Copy Markdown
Contributor

No description provided.

Bortlesboat and others added 27 commits April 6, 2026 21:01
The StaticOMPArg array allocated in create_static_threads was assigned
to a local pointer that went out of scope, leaking
(buffers * sizeof(StaticOMPArg)) bytes per thread pool creation.

Store the pointer in StaticThreading so static_vec_close can free it
after joining all threads.
Both were declared as const int, silently truncating their float values.
Moved to a const float line so the types match the intent.
Fix float truncation in SPEED and MIN_TICKS constants
Fix memory leak of StaticOMPArg array in vecenv
@jsuarez5341 jsuarez5341 merged commit 07f6005 into 5.0 May 18, 2026
8 checks passed
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.

8 participants