FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for rpmalloc - mjansson/rpmalloc · GitHub
mjansson
/
rpmalloc
Public
Notifications
You must be signed in to change notification settings
Fork
212
Star
2.5k
Code
Issues
6
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
rpmalloc
rpmalloc
on
develop
User selector
Datepicker
Commit history
Commits on Jul 14, 2026
Tune down spin count before yield
mjansson
authored
65aaba7
View commit details
Copy full SHA for 65aaba7
View code at this point
Browse repository at this point
Escalate spin loops to a scheduler yield under contention (#397)
Show description for a6bb61a
mjansson
authored
a6bb61a
View commit details
Copy full SHA for a6bb61a
View code at this point
Browse repository at this point
Fix data race in concurrent lazy initialization (#396)
Show description for 20f0ef2
mjansson
authored
20f0ef2
View commit details
Copy full SHA for 20f0ef2
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
build: Set version to 2.0.0
mjansson
committed
0d43ce8
View commit details
Copy full SHA for 0d43ce8
View code at this point
Browse repository at this point
Fix huge-block realloc over-read for aligned allocations
Show description for 0d36cc2
mjansson
committed
0d36cc2
View commit details
Copy full SHA for 0d36cc2
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
Assert custom memory_map returns span-aligned blocks (#387)
Show description for dfc46d4
mjansson
authored
dfc46d4
View commit details
Copy full SHA for dfc46d4
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
Bump version to 2.0.0-rc1 and fix README/code audit findings (#385)
Show description for c524f82
mjansson
authored
c524f82
View commit details
Copy full SHA for c524f82
View code at this point
Browse repository at this point
CI: multi-platform GitHub Actions + stress harness + portability fixes (#384)
Show description for 6b69271
mjansson
authored
6b69271
View commit details
Copy full SHA for 6b69271
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
Make license setup SPDX/REUSE compliant (#381)
Show description for 6582f10
mjansson
authored
6582f10
View commit details
Copy full SHA for 6582f10
View code at this point
Browse repository at this point
Probe huge page availability and harden init against re-entrancy, fix tests under override enable (#379)
Show description for db54c5d
mjansson
authored
db54c5d
View commit details
Copy full SHA for db54c5d
View code at this point
Browse repository at this point
Add finalize leak detection gated on ENABLE_LEAK_DETECTION (#378)
Show description for e255b97
mjansson
authored
e255b97
View commit details
Copy full SHA for e255b97
View code at this point
Browse repository at this point
Implement thread statistics and restore per heap stat counters (#377)
Show description for c2678ec
mjansson
authored
c2678ec
View commit details
Copy full SHA for c2678ec
View code at this point
Browse repository at this point
Commits on Jun 28, 2026
Pack multiple heaps per mapping and reuse pristine heaps (#376)
Show description for b7d27f9
mjansson
authored
b7d27f9
View commit details
Copy full SHA for b7d27f9
View code at this point
Browse repository at this point
Commits on Jun 13, 2026
macOS clang compalation fix, suppress warning
mjansson
committed
a779797
View commit details
Copy full SHA for a779797
View code at this point
Browse repository at this point
Improve Windows huge page support (#373)
Show description for 243df05
mjansson
authored
243df05
View commit details
Copy full SHA for 243df05
View code at this point
Browse repository at this point
Improve standard entry point overrides for LD_PRELOAD (#374)
Show description for d8f4608
mjansson
authored
d8f4608
View commit details
Copy full SHA for d8f4608
View code at this point
Browse repository at this point
Enable THP and update readme (#372)
Show description for a6033ae
mjansson
authored
a6033ae
View commit details
Copy full SHA for a6033ae
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
Page geometry rework, finer reclaim granularity, bounded huge block caching, caching retuning (#371)
Show description for 435b153
mjansson
authored
435b153
View commit details
Copy full SHA for 435b153
View code at this point
Browse repository at this point
Dispatch tiny size class refills directly from the fast path with the already computed size class (#370)
mjansson
authored
5a631f8
View commit details
Copy full SHA for 5a631f8
View code at this point
Browse repository at this point
fix: unmap on commit failure and non-decommit build fix (#368)
devnexen
authored
81c52bb
View commit details
Copy full SHA for 81c52bb
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Fix memory order on weak archs, avoid assert on mmap fail with callback
mjansson
committed
262c698
View commit details
Copy full SHA for 262c698
View code at this point
Browse repository at this point
Commits on Oct 26, 2025
Fix Windows build
mjansson
committed
feb43ae
View commit details
Copy full SHA for feb43ae
View code at this point
Browse repository at this point
Handle commit failures with callback and return null
mjansson
committed
ff6608b
View commit details
Copy full SHA for ff6608b
View code at this point
Browse repository at this point
Fix validate args impl
mjansson
committed
44bfb52
View commit details
Copy full SHA for 44bfb52
View code at this point
Browse repository at this point
Add heap stats and update global status
mjansson
committed
620dd00
View commit details
Copy full SHA for 620dd00
View code at this point
Browse repository at this point
Commits on Oct 25, 2025
Windows updates and Visual Studio fixes (#360)
Show description for dea263b
VnUgE
authored
dea263b
View commit details
Copy full SHA for dea263b
View code at this point
Browse repository at this point
Fix build on arm64ec (#362)
Sonicadvance1
authored
b0ce72c
View commit details
Copy full SHA for b0ce72c
View code at this point
Browse repository at this point
Commits on Aug 10, 2025
Fix missing init when first call is a huge alloc
mjansson
committed
6b34d95
View commit details
Copy full SHA for 6b34d95
View code at this point
Browse repository at this point
Commits on May 26, 2025
feat: add support for LoongArch (#353)
Show description for 66fd705
Catty2014
authored
66fd705
View commit details
Copy full SHA for 66fd705
View code at this point
Browse repository at this point
Commits on Mar 15, 2025
Check compiler level for builtin thread pointer
mjansson
committed
bcd8080
View commit details
Copy full SHA for bcd8080
View code at this point
Browse repository at this point
GetLargePageMinimum is only available on certain flavors of Windows - we'll default to 2MB on the ones that don't support the call (#348)
Trithek
authored
7e1dcac
View commit details
Copy full SHA for 7e1dcac
View code at this point
Browse repository at this point
Update Android TLS model check
mjansson
committed
d313031
View commit details
Copy full SHA for d313031
View code at this point
Browse repository at this point
Clean up thread ID
mjansson
committed
8f768ab
View commit details
Copy full SHA for 8f768ab
View code at this point
Browse repository at this point
Use acquire release memory semantics for weak memory model support
mjansson
committed
19a9daa
View commit details
Copy full SHA for 19a9daa
View code at this point
Browse repository at this point
Commits on Jan 11, 2025
Correct positional arguments for allocation attrib of rpmalloc_heap_aligned_calloc
mjansson
committed
60d76b7
View commit details
Copy full SHA for 60d76b7
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL