Searched refs:NumPages (Results 1 – 2 of 2) sorted by relevance
111 const size_t NumPages = (NumBytes+PageSize-1)/PageSize;117 void *Addr = ::mmap(reinterpret_cast<void *>(Start), PageSize*NumPages, Protect,140 Result.AllocatedSize = PageSize*NumPages;
853 uint64_t NumPages = (DataSize + wasm::WasmPageSize - 1) / wasm::WasmPageSize; in writeImportSection() local874 encodeULEB128(NumPages, W->OS); // initial in writeImportSection()