Searched defs:_size (Results 1 – 5 of 5) sorted by relevance
/php-src/Zend/ |
H A D | zend_alloc.h | 85 # 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 D | zend_arena.h | 140 static zend_always_inline zend_arena *zend_arena_create(size_t _size) in zend_arena_create()
|
H A D | zend_alloc.c | 2650 # 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 D | zend_hash.h | 1003 #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 D | ir_builder.h | 529 #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