OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INT_BIT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/libmalloc/dist/
malloc.h
123
#define
INT_BIT
(CHAR_BIT * sizeof(int))
124
#define BLOCKLOG (
INT_BIT
> 16 ? 12 : 9)
130
#define HEAP (
INT_BIT
> 16 ? 4194304 : 65536)
gmalloc.c
125
#define
INT_BIT
(CHAR_BIT * sizeof(int))
126
#define BLOCKLOG (
INT_BIT
> 16 ? 12 : 9)
132
#define HEAP (
INT_BIT
> 16 ? 4194304 : 65536)
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026