浏览代码

autoupdate docs by xmake-repo/ci

ruki 2 年之前
父节点
当前提交
880813399a

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libsimdpp, hash-library, raw_pdb**
+- **Recently added: rpmalloc, libsimdpp, hash-library**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
   - [Quick Start](getting_started.md)
-- Packages (780)
+- Packages (781)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -8186,6 +8186,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmallocandroid">rpmalloc (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rttrandroid">rttr (android)</h3>
 <h3 id="rttrandroid">rttr (android)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -7108,6 +7108,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmallocbsd">rpmalloc (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rttrbsd">rttr (bsd)</h3>
 <h3 id="rttrbsd">rttr (bsd)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -6552,6 +6552,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmalloccross">rpmalloc (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rttrcross">rttr (cross)</h3>
 <h3 id="rttrcross">rttr (cross)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -7478,6 +7478,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmallociphoneos">rpmalloc (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rttriphoneos">rttr (iphoneos)</h3>
 <h3 id="rttriphoneos">rttr (iphoneos)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -21716,6 +21716,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmalloclinux">rpmalloc (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rsynclinux">rsync (linux)</h3>
 <h3 id="rsynclinux">rsync (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -20160,6 +20160,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmallocmacosx">rpmalloc (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rttrmacosx">rttr (macosx)</h3>
 <h3 id="rttrmacosx">rttr (macosx)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -9091,6 +9091,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmallocmingw">rpmalloc (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rttrmingw">rttr (mingw)</h3>
 <h3 id="rttrmingw">rttr (mingw)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -5856,6 +5856,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmallocmsys">rpmalloc (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rttrmsys">rttr (msys)</h3>
 <h3 id="rttrmsys">rttr (msys)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/wasm.html

@@ -5856,6 +5856,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmallocwasm">rpmalloc (wasm)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>wasm32</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p wasm rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rttrwasm">rttr (wasm)</h3>
 <h3 id="rttrwasm">rttr (wasm)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -17466,6 +17466,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("rply")
 <pre><code class="lang-lua">add_requires("rply")
 </code></pre>
 </code></pre>
+<h3 id="rpmallocwindows">rpmalloc (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://github.com/mjansson/rpmalloc">https://github.com/mjansson/rpmalloc</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.4.4</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua">rpmalloc/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install rpmalloc
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("rpmalloc")
+</code></pre>
 <h3 id="rttrwindows">rttr (windows)</h3>
 <h3 id="rttrwindows">rttr (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 23 - 0
packages/android.md

@@ -5445,6 +5445,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (android)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rttr (android)
 ### rttr (android)
 
 
 
 

+ 23 - 0
packages/bsd.md

@@ -4733,6 +4733,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (bsd)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | i386, x86_64 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rttr (bsd)
 ### rttr (bsd)
 
 
 
 

+ 23 - 0
packages/cross.md

@@ -4358,6 +4358,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (cross)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rttr (cross)
 ### rttr (cross)
 
 
 
 

+ 23 - 0
packages/iphoneos.md

@@ -4973,6 +4973,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (iphoneos)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | arm64, x86_64 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rttr (iphoneos)
 ### rttr (iphoneos)
 
 
 
 

+ 23 - 0
packages/linux.md

@@ -14471,6 +14471,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (linux)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rsync (linux)
 ### rsync (linux)
 
 
 
 

+ 23 - 0
packages/macosx.md

@@ -13433,6 +13433,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (macosx)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | arm64, x86_64 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rttr (macosx)
 ### rttr (macosx)
 
 
 
 

+ 23 - 0
packages/mingw.md

@@ -6040,6 +6040,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (mingw)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rttr (mingw)
 ### rttr (mingw)
 
 
 
 

+ 23 - 0
packages/msys.md

@@ -3889,6 +3889,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (msys)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | i386, x86_64 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rttr (msys)
 ### rttr (msys)
 
 
 
 

+ 23 - 0
packages/wasm.md

@@ -3889,6 +3889,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (wasm)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | wasm32 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p wasm rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rttr (wasm)
 ### rttr (wasm)
 
 
 
 

+ 23 - 0
packages/windows.md

@@ -11587,6 +11587,29 @@ add_requires("rply")
 ```
 ```
 
 
 
 
+### rpmalloc (windows)
+
+
+| Description | *Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C* |
+| -- | -- |
+| Homepage | [https://github.com/mjansson/rpmalloc](https://github.com/mjansson/rpmalloc) |
+| Versions | 1.4.4 |
+| Architectures | arm64, x64, x86 |
+| Definition | [rpmalloc/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/r/rpmalloc/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install rpmalloc
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("rpmalloc")
+```
+
+
 ### rttr (windows)
 ### rttr (windows)
 
 
 
 

+ 15 - 15
sitemap.xml

@@ -7,77 +7,77 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2022-11-11T10:00:31+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2022-11-11T10:00:35+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:56+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-11-11T10:00:35+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:56+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-11-11T10:00:35+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:56+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-11-11T10:00:35+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:56+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2022-11-11T10:00:36+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:57+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2022-11-11T10:00:36+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:57+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/wasm.html</loc>
-  <lastmod>2022-11-11T10:00:36+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:57+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2022-11-11T10:00:36+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:58+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2022-11-11T10:00:37+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:58+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2022-11-11T10:00:37+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:58+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2022-11-11T10:00:38+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:59+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2022-11-11T10:00:38+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:59+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2022-11-11T10:00:38+08:00</lastmod>
+  <lastmod>2022-11-11T13:51:59+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2022-11-11T10:00:38+08:00</lastmod>
+  <lastmod>2022-11-11T13:52:00+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libsimdpp, hash-library, raw_pdb**
+- **Recently added: rpmalloc, libsimdpp, hash-library**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (780)
+- 包列表 (781)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)