Searched refs:zend_shared_alloc (Results 1 – 7 of 7) sorted by relevance
228 …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
23 zend_shared_alloc.c \
55 …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()
125 void *zend_shared_alloc(size_t size);
1206 char *new_key = zend_shared_alloc(key_length + 1); in zend_accel_add_key()1343 ZCG(mem) = zend_shared_alloc(memory_used + 64); in cache_script_in_shared_memory()1346 ZCG(mem) = zend_shared_alloc(memory_used); in cache_script_in_shared_memory()2534 accel_shared_globals = zend_shared_alloc(sizeof(zend_accel_shared_globals)); in zend_accel_init_shm()2551 data = zend_shared_alloc(HT_SIZE(&ZCSG(interned_strings))); in zend_accel_init_shm()2552 …ZCSG(interned_strings_start) = zend_shared_alloc((ZCG(accel_directives).interned_strings_buffer * … in zend_accel_init_shm()
237 ret = zend_shared_alloc(size); in zend_file_cache_unserialize_interned()1463 buf = zend_shared_alloc(info.mem_size + 64); in zend_file_cache_script_load()1466 buf = zend_shared_alloc(info.mem_size); in zend_file_cache_script_load()
392 zend_shared_alloc.c \
Completed in 34 milliseconds