OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptr_sz
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
san.h
136
size_t
ptr_sz
= sizeof(void *);
local
140
*mid = (void *)((uintptr_t)ptr + ((usize >> 1) & ~(
ptr_sz
- 1)));
141
assert(*first != *mid || usize ==
ptr_sz
);
152
assert(*first != *last || usize ==
ptr_sz
);
153
assert(*mid != *last || usize <=
ptr_sz
* 2);
/src/external/bsd/jemalloc/include/jemalloc/internal/
san.h
136
size_t
ptr_sz
= sizeof(void *);
local
140
*mid = (void *)((uintptr_t)ptr + ((usize >> 1) & ~(
ptr_sz
- 1)));
141
assert(*first != *mid || usize ==
ptr_sz
);
152
assert(*first != *last || usize ==
ptr_sz
);
153
assert(*mid != *last || usize <=
ptr_sz
* 2);
Completed in 27 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026