Home
last modified time | relevance | path

Searched refs:vm (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug55509.phpt42 $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']);
/PHP-5.5/Zend/
H A DREADME.ZEND_VM95 different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can
102 $ php zend_vm_gen.php --with-vm-kind=CALL
H A DZend.m4156 AC_ARG_WITH(zend-vm,
157 [ --with-zend-vm=TYPE Set virtual machine dispatch method. Type is
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c59 #define VM(vm) ((vm) << 16) argument
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c4403 int ve, vm; in comp_opt_exact_or_map_info() local
4408 vm = COMP_EM_BASE * 5 * 2 / m->value; in comp_opt_exact_or_map_info()
4409 return comp_distance_value(&e->mmd, &m->mmd, ve, vm); in comp_opt_exact_or_map_info()
/PHP-5.5/
H A Dacinclude.m42742 with-zend-vm | enable-maintainer-zts | enable-inline-optimization[)];;
H A DNEWS2672 . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)

Completed in 64 milliseconds