Home | History | Annotate | Download | only in src

Lines Matching full:min_mem_pages

1364     SizeT MemSize = Module->module->min_mem_pages * WASM_PAGE_SIZE;
1495 LOG(out << " min_mem_pages: " << Module->min_mem_pages << "\n");
1616 Globals.get(), reinterpret_cast<const char *>(&Module->min_mem_pages),
1617 sizeof(Module->min_mem_pages)));