OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:small_min
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
jemalloc.c
674
static size_t
small_min
;
variable in typeref:typename:size_t
2181
if (size <
small_min
) {
2390
if (size <
small_min
) {
2391
if (oldsize <
small_min
&&
2396
if (oldsize >=
small_min
&& oldsize <= small_max &&
3475
small_min
= (quantum >> 1) + 1;
3477
small_min
= 1;
3478
assert(
small_min
<= quantum);
jemalloc.c
674
static size_t
small_min
;
variable in typeref:typename:size_t
2181
if (size <
small_min
) {
2390
if (size <
small_min
) {
2391
if (oldsize <
small_min
&&
2396
if (oldsize >=
small_min
&& oldsize <= small_max &&
3475
small_min
= (quantum >> 1) + 1;
3477
small_min
= 1;
3478
assert(
small_min
<= quantum);
Completed in 24 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025