Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_shared_alloc.h134 void *zend_shared_alloc(size_t size);
143 void *p = zend_shared_alloc(size + 64); in zend_shared_alloc_aligned()
146 return zend_shared_alloc(size); in zend_shared_alloc_aligned()
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.c263 …p_tmp_shared_globals = (zend_smm_shared_globals *) zend_shared_alloc(sizeof(zend_smm_shared_global… in zend_shared_alloc_startup()
270 …tmp_shared_segments = zend_shared_alloc(shared_segments_array_size + ZSMMG(shared_segments_count) … in zend_shared_alloc_startup()
284 …ZSMMG(shared_memory_state).positions = (size_t *)zend_shared_alloc(sizeof(size_t) * ZSMMG(shared_s… in zend_shared_alloc_startup()
367 void *zend_shared_alloc(size_t size) in zend_shared_alloc() function
H A Dconfig.w3218 zend_shared_alloc.c \
H A Dconfig.m4336 zend_shared_alloc.c \
H A DZendAccelerator.c1451 new_key = zend_shared_alloc(ZEND_MM_ALIGNED_SIZE_EX(_ZSTR_STRUCT_SIZE(ZSTR_LEN(key)), 8)); in accel_new_interned_key()
2373 ZCG(mem) = zend_shared_alloc(size + 8); in zend_accel_inheritance_cache_add()
2375 ZCG(mem) = zend_shared_alloc(size); in zend_accel_inheritance_cache_add()
2848 accel_shared_globals = zend_shared_alloc(accel_shared_globals_size); in zend_accel_init_shm()
4519 …ZCSG(saved_scripts) = zend_shared_alloc((zend_hash_num_elements(preload_scripts) + 1) * sizeof(voi…
H A Dzend_file_cache.c287 ret = zend_shared_alloc(size);
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c52 …zend_jit_traces = (zend_jit_trace_info*)zend_shared_alloc(sizeof(zend_jit_trace_info) * JIT_G(max_… in zend_jit_trace_startup()
56 …zend_jit_exit_groups = (const void**)zend_shared_alloc(sizeof(void*) * (ZEND_JIT_TRACE_MAX_EXITS/Z… in zend_jit_trace_startup()
7322 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_root_trace()
7343 …zend_jit_trace_stack *shared_stack_map = (zend_jit_trace_stack*)zend_shared_alloc(t->stack_map_siz… in zend_jit_compile_root_trace()
7360 …zend_jit_exit_const *constants = (zend_jit_exit_const*)zend_shared_alloc(t->consts_count * sizeof(… in zend_jit_compile_root_trace()
8122 shared_exit_info = (zend_jit_trace_exit_info*)zend_shared_alloc( in zend_jit_compile_side_trace()
8143 …zend_jit_trace_stack *shared_stack_map = (zend_jit_trace_stack*)zend_shared_alloc(t->stack_map_siz… in zend_jit_compile_side_trace()
8160 …zend_jit_exit_const *constants = (zend_jit_exit_const*)zend_shared_alloc(t->consts_count * sizeof(… in zend_jit_compile_side_trace()
8628 …jit_extension = (zend_jit_op_array_trace_extension*)zend_shared_alloc(sizeof(zend_jit_op_array_tra… in zend_jit_setup_hot_trace_counters()
H A Dzend_jit.c2985 …jit_extension = (zend_jit_op_array_hot_extension*)zend_shared_alloc(sizeof(zend_jit_op_array_hot_e… in zend_jit_setup_hot_counters()
3029 …jit_extension = (zend_jit_op_array_extension*)zend_shared_alloc(sizeof(zend_jit_op_array_extension… in zend_jit_op_array()
3058 …jit_extension = (zend_jit_op_array_extension*)zend_shared_alloc(sizeof(zend_jit_op_array_extension… in zend_jit_op_array()

Completed in 63 milliseconds