Searched refs:kBlockSizeBytes (Results 1 – 2 of 2) sorted by relevance
140 ptr = reinterpret_cast<uptr *>(store->Map(kBlockSizeBytes, "StackStore"));273 CHECK_LE(header->size, kBlockSizeBytes); in GetOrUnpack() 279 reinterpret_cast<uptr *>(store->Map(kBlockSizeBytes, "StackStoreUnpack")); in GetOrUnpack() 298 MprotectReadOnly(reinterpret_cast<uptr>(unpacked), kBlockSizeBytes); in GetOrUnpack() 324 reinterpret_cast<u8 *>(store->Map(kBlockSizeBytes, "StackStorePack")); in Pack() 326 u8 *alloc_end = packed + kBlockSizeBytes; in Pack() 346 VPrintf(1, "Packed block of %zu KiB to %zu KiB\n", kBlockSizeBytes >> 10, in Pack() 349 if (kBlockSizeBytes - header->size < kBlockSizeBytes / 8) { in Pack() 351 MprotectReadOnly(reinterpret_cast<uptr>(ptr), kBlockSizeBytes); in Pack() [all...]
23 static constexpr uptr kBlockSizeBytes = kBlockSizeFrames * sizeof(uptr); variable