mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Refactor prng* from cpp macros into inline functions.
Remove 32-bit variant, convert prng64() to prng_lg_range(), and add prng_range().
This commit is contained in:
parent
c87ab25d18
commit
34676d3369
12 changed files with 205 additions and 69 deletions
2
src/prng.c
Normal file
2
src/prng.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define JEMALLOC_PRNG_C_
|
||||
#include "jemalloc/internal/jemalloc_internal.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue