Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-115103: Implement delayed memory reclamation (QSBR) #115180

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 16, 2024
Merged
Prev Previous commit
Next Next commit
Mark function as static
  • Loading branch information
colesbury committed Feb 8, 2024
commit 39e395416e2397cee04d78c7e4cbf1ddf55a6ac3
2 changes: 1 addition & 1 deletion 2 Python/qsbr.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#define QSBR_DEFERRED_LIMIT 10

// Allocate a QSBR thread state from the freelist
struct _qsbr_thread_state *
static struct _qsbr_thread_state *
qsbr_allocate(struct _qsbr_shared *shared)
{
struct _qsbr_thread_state *qsbr = shared->freelist;
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.