Searched defs:EndOfBlock (Results 1 – 3 of 3) sorted by relevance
69 uintptr_t EndOfBlock = Addr + FreeMB.Free.allocatedSize(); in allocateSection() local118 uintptr_t EndOfBlock = Addr + MB.allocatedSize(); in allocateSection() local
26 constexpr uint32_t EndOfBlock = UINT_MAX; // std::numeric_limits<uint32_t>::max(); variable
1045 class EndOfBlock(Exception): pass class