OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SC_NTINY
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sc.h
185
#define
SC_NTINY
(LG_QUANTUM - SC_LG_TINY_MIN)
198
#define SC_NSIZES (
SC_NTINY
+ SC_NPSEUDO + SC_NREGULAR)
235
SC_NTINY
+ SC_NPSEUDO \
sz.h
163
#if (
SC_NTINY
!= 0)
165
szind_t lg_tmin = SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1;
183
szind_t index =
SC_NTINY
+ grp + mod;
212
#if (
SC_NTINY
> 0)
213
if (index <
SC_NTINY
) {
214
return (ZU(1) << (SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1 + index));
218
size_t reduced_index = index -
SC_NTINY
;
269
#if (
SC_NTINY
> 0)
271
size_t lg_tmin = SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1;
/src/external/bsd/jemalloc/include/jemalloc/internal/
sc.h
185
#define
SC_NTINY
(LG_QUANTUM - SC_LG_TINY_MIN)
198
#define SC_NSIZES (
SC_NTINY
+ SC_NPSEUDO + SC_NREGULAR)
235
SC_NTINY
+ SC_NPSEUDO \
sz.h
163
#if (
SC_NTINY
!= 0)
165
szind_t lg_tmin = SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1;
183
szind_t index =
SC_NTINY
+ grp + mod;
212
#if (
SC_NTINY
> 0)
213
if (index <
SC_NTINY
) {
214
return (ZU(1) << (SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1 + index));
218
size_t reduced_index = index -
SC_NTINY
;
269
#if (
SC_NTINY
> 0)
271
size_t lg_tmin = SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1;
/src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sc.h
185
#define
SC_NTINY
(LG_QUANTUM - SC_LG_TINY_MIN)
198
#define SC_NSIZES (
SC_NTINY
+ SC_NPSEUDO + SC_NREGULAR)
235
SC_NTINY
+ SC_NPSEUDO \
sz.h
163
#if (
SC_NTINY
!= 0)
165
szind_t lg_tmin = SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1;
183
szind_t index =
SC_NTINY
+ grp + mod;
212
#if (
SC_NTINY
> 0)
213
if (index <
SC_NTINY
) {
214
return (ZU(1) << (SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1 + index));
218
size_t reduced_index = index -
SC_NTINY
;
269
#if (
SC_NTINY
> 0)
271
size_t lg_tmin = SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1;
/src/external/bsd/jemalloc.old/include/jemalloc/internal/
sc.h
185
#define
SC_NTINY
(LG_QUANTUM - SC_LG_TINY_MIN)
198
#define SC_NSIZES (
SC_NTINY
+ SC_NPSEUDO + SC_NREGULAR)
235
SC_NTINY
+ SC_NPSEUDO \
sz.h
163
#if (
SC_NTINY
!= 0)
165
szind_t lg_tmin = SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1;
183
szind_t index =
SC_NTINY
+ grp + mod;
212
#if (
SC_NTINY
> 0)
213
if (index <
SC_NTINY
) {
214
return (ZU(1) << (SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1 + index));
218
size_t reduced_index = index -
SC_NTINY
;
269
#if (
SC_NTINY
> 0)
271
size_t lg_tmin = SC_LG_TINY_MAXCLASS -
SC_NTINY
+ 1;
Completed in 16 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026