-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule ringbuffer
updated
6 files
+0 −55 | DOCUMENTATION.md | |
+7 −11 | README.md | |
+1 −1 | cmake/process_project.txt | |
+46 −62 | include/ringbuffer/ringbuffer.h | |
+9 −22 | src/lib/ringbuffer.cpp | |
+0 −1 | src/test/test_seq.cpp |
Submodule rpmalloc
updated
30 files
+0 −3 | .github/FUNDING.yml | |
+0 −2 | .gitignore | |
+2 −2 | BENCHMARKS.md | |
+0 −99 | CHANGELOG | |
+23 −22 | LICENSE | |
+36 −108 | README.md | |
+0 −213 | build/msvs/rpmalloc-test.vcxproj | |
+2 −12 | build/msvs/rpmalloc.sln | |
+5 −5 | build/msvs/rpmalloc.vcxproj | |
+7 −7 | build/msvs/test.vcxproj | |
+1 −1 | build/ninja/android.py | |
+86 −75 | build/ninja/clang.py | |
+12 −15 | build/ninja/gcc.py | |
+2 −17 | build/ninja/generator.py | |
+38 −52 | build/ninja/msvc.py | |
+6 −6 | build/ninja/platform.py | |
+23 −30 | build/ninja/toolchain.py | |
+1 −1 | build/ninja/version.py | |
+0 −155 | build/ninja/vslocate.py | |
+5 −5 | build/ninja/xcode.py | |
+12 −6 | configure.py | |
+380 −309 | rpmalloc/malloc.c | |
+123 −0 | rpmalloc/new.cc | |
+1,504 −2,637 | rpmalloc/rpmalloc.c | |
+59 −256 | rpmalloc/rpmalloc.h | |
+0 −111 | rpmalloc/rpnew.h | |
+0 −201 | test/main-override.cc | |
+153 −584 | test/main.c | |
+15 −10 | test/thread.c | |
+2 −6 | test/thread.h |