Searched refs:NumPages (Results 1 – 3 of 3) sorted by relevance
118 const size_t NumPages = (NumBytes+PageSize-1)/PageSize;124 void *Addr = ::mmap(reinterpret_cast<void *>(Start), PageSize*NumPages, Protect,147 Result.AllocatedSize = PageSize*NumPages;
799 uint64_t NumPages = (DataSize + wasm::WasmPageSize - 1) / wasm::WasmPageSize; in writeImportSection() local820 encodeULEB128(NumPages, W->OS); // initial in writeImportSection()
111 bit32 *NumPages