Home
last modified time | relevance | path

Searched defs:_size (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_alloc.h85 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
93 # define _ZEND_BIN_ALLOCATOR_SELECTOR_START(_num, _size, _elements, _pages, size, y) \ argument
95 # define _ZEND_BIN_ALLOCATOR_SELECTOR_END(_num, _size, _elements, _pages, size, y) \ argument
110 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
118 # define _ZEND_BIN_DEALLOCATOR_SELECTOR_START(_num, _size, _elements, _pages, ptr, size) \ argument
H A Dzend_arena.h140 static zend_always_inline zend_arena *zend_arena_create(size_t _size) in zend_arena_create()
H A Dzend_alloc.c2650 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, _min_size, y) \ argument
2674 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, _min_size, y) \ argument
2692 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, _min_size, y) \ argument
H A Dzend_hash.h1003 #define ZEND_HASH_ELEMENT_EX(__ht, _idx, _size) \ argument
1009 #define ZEND_HASH_NEXT_ELEMENT(_el, _size) \ argument
1012 #define ZEND_HASH_PREV_ELEMENT(_el, _size) \ argument
/php-src/ext/opcache/jit/ir/
H A Dir_builder.h529 #define ir_ALLOCA(_size) _ir_ALLOCA(_ir_CTX, (_size)) argument
530 #define ir_AFREE(_size) _ir_AFREE(_ir_CTX, (_size)) argument

Completed in 29 milliseconds