Home
last modified time | relevance | path

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

/PHP-7.0/ext/opcache/
H A Dconfig.w3223 zend_shared_alloc.c \
H A Dzend_shared_alloc.c228 …p_tmp_shared_globals = (zend_smm_shared_globals *) zend_shared_alloc(sizeof(zend_smm_shared_global… in zend_shared_alloc_startup()
234 …tmp_shared_segments = zend_shared_alloc(shared_segments_array_size + ZSMMG(shared_segments_count) … in zend_shared_alloc_startup()
248 …ZSMMG(shared_memory_state).positions = (int *)zend_shared_alloc(sizeof(int) * ZSMMG(shared_segment… in zend_shared_alloc_startup()
308 void *zend_shared_alloc(size_t size) in zend_shared_alloc() function
H A Dzend_accelerator_hash.c55 …accel_hash->hash_table = zend_shared_alloc(sizeof(zend_accel_hash_entry *)*accel_hash->max_num_ent… in zend_accel_hash_init()
62 …accel_hash->hash_entries = zend_shared_alloc(sizeof(zend_accel_hash_entry)*accel_hash->max_num_ent… in zend_accel_hash_init()
H A Dzend_shared_alloc.h125 void *zend_shared_alloc(size_t size);
H A DZendAccelerator.c1194 char *new_key = zend_shared_alloc(key_length + 1); in zend_accel_add_key()
1317 ZCG(mem) = zend_shared_alloc(memory_used + 64); in cache_script_in_shared_memory()
1320 ZCG(mem) = zend_shared_alloc(memory_used); in cache_script_in_shared_memory()
2488 accel_shared_globals = zend_shared_alloc(sizeof(zend_accel_shared_globals)); in zend_accel_init_shm()
2505 data = zend_shared_alloc(HT_SIZE(&ZCSG(interned_strings))); in zend_accel_init_shm()
2506 …ZCSG(interned_strings_start) = zend_shared_alloc((ZCG(accel_directives).interned_strings_buffer * … in zend_accel_init_shm()
H A Dzend_file_cache.c232 ret = zend_shared_alloc(size); in zend_file_cache_unserialize_interned()
1385 buf = zend_shared_alloc(info.mem_size + 64); in zend_file_cache_script_load()
1388 buf = zend_shared_alloc(info.mem_size); in zend_file_cache_script_load()
H A Dconfig.m4392 zend_shared_alloc.c \

Completed in 22 milliseconds