Home
last modified time | relevance | path

Searched defs:old_size (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c112 zend_long old_size = array->size; in spl_fixedarray_resize() local
/PHP-7.4/Zend/
H A Dzend_alloc.c737 static int zend_mm_chunk_truncate(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
756 static int zend_mm_chunk_extend(zend_mm_heap *heap, void *addr, size_t old_size, size_t new_size)
1428 size_t old_size; local
1516 size_t old_size; local
H A Dzend_ast.c34 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_block_alloc.c50 mysqlnd_mempool_resize_chunk(MYSQLND_MEMORY_POOL * pool, void * ptr, size_t old_size, size_t size) in mysqlnd_mempool_resize_chunk()
H A Dmysqlnd_alloc.c234 …size_t old_size = collect_memory_statistics && ptr? *(size_t *) (((char*)ptr) - sizeof(size_t)) : … in _mysqlnd_erealloc() local
272 …size_t old_size = collect_memory_statistics && ptr? *(size_t *) (((char*)ptr) - sizeof(size_t)) : … in _mysqlnd_perealloc() local

Completed in 40 milliseconds