OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocGranularity
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_win_test.cc
222
size_t
AllocGranularity
= 0x10000;
223
Base = (u8 *)((((uptr)Base + TwoGB +
AllocGranularity
)) & ~(
AllocGranularity
- 1));
interception_win_test.cc
222
size_t
AllocGranularity
= 0x10000;
223
Base = (u8 *)((((uptr)Base + TwoGB +
AllocGranularity
)) & ~(
AllocGranularity
- 1));
Completed in 47 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025