Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_alloc.h84 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
92 # define _ZEND_BIN_ALLOCATOR_SELECTOR_START(_num, _size, _elements, _pages, size, y) \ argument
94 # define _ZEND_BIN_ALLOCATOR_SELECTOR_END(_num, _size, _elements, _pages, size, y) \ argument
109 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
117 # 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.c2510 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2531 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2545 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
H A Dzend_hash.h988 #define ZEND_HASH_ELEMENT_EX(__ht, _idx, _size) \ argument
994 #define ZEND_HASH_NEXT_ELEMENT(_el, _size) \ argument
997 #define ZEND_HASH_PREV_ELEMENT(_el, _size) \ argument
/php-src/ext/opcache/jit/ir/
H A Dir_builder.h527 #define ir_ALLOCA(_size) _ir_ALLOCA(_ir_CTX, (_size)) argument
528 #define ir_AFREE(_size) _ir_AFREE(_ir_CTX, (_size)) argument

Completed in 41 milliseconds