OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zbase
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/src/
large.c
115
void *
zbase
= (void *)
local
117
void *zpast = PAGE_ADDR2BASE((void *)((uintptr_t)
zbase
+
119
size_t nzero = (uintptr_t)zpast - (uintptr_t)
zbase
;
121
memset(
zbase
, 0, nzero);
/src/external/bsd/jemalloc.old/dist/src/
large.c
199
void *
zbase
= (void *)
local
201
void *zpast = PAGE_ADDR2BASE((void *)((uintptr_t)
zbase
+
203
size_t nzero = (uintptr_t)zpast - (uintptr_t)
zbase
;
205
memset(
zbase
, 0, nzero);
Completed in 44 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026