OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundedlen
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/tradcpp/dist/
utils.c
73
size_t
roundedlen
;
local
76
roundedlen
= ROUNDUP(len, sizeof(struct mallocheader));
81
tophdr = (void *)(((unsigned char *)ret) +
roundedlen
);
92
size_t
roundedlen
;
local
99
roundedlen
= ROUNDUP(len, sizeof(struct mallocheader));
104
tophdr = (void *)(((unsigned char *)(bothdr + 1)) +
roundedlen
);
Completed in 16 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026