OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLOCKIFY
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/libmalloc/dist/
malloc.h
126
#define
BLOCKIFY
(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE)
gmalloc.c
128
#define
BLOCKIFY
(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE)
496
=
BLOCKIFY
(heapsize * sizeof (malloc_info));
616
blocks =
BLOCKIFY
(size);
1124
blocks =
BLOCKIFY
(size);
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026