Searched refs:vm (Results 1 – 8 of 8) sorted by relevance
42 $freeMemory = ($infos['vm.stats.vm.v_inactive_count']*$infos['hw.pagesize'])43 +($infos['vm.stats.vm.v_cache_count']*$infos['hw.pagesize'])44 +($infos['vm.stats.vm.v_free_count']*$infos['hw.pagesize']);
47 config.vm.box = "ubuntu/trusty64"48 config.vm.network "private_network", ip: "192.168.33.10"49 config.vm.provision "shell", inline: $setup
95 different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can102 $ php zend_vm_gen.php --with-vm-kind=CALL
59 #define VM(vm) ((vm) << 16) argument
238 array( ' G:e d;vm)kWWzm;hSPr:P)v)~\'~G*LHQf.RLJI:S5r,1`', 'de1bd4eebc876571' ),
345 - 1: return from vm
4402 int ve, vm; in comp_opt_exact_or_map_info() local4407 vm = COMP_EM_BASE * 5 * 2 / m->value; in comp_opt_exact_or_map_info()4408 return comp_distance_value(&e->mmd, &m->mmd, ve, vm); in comp_opt_exact_or_map_info()
2813 with-zend-vm | enable-maintainer-zts | enable-inline-optimization[)];;
Completed in 30 milliseconds