HomeSort by: relevance | last modified time | path
    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