Lines Matching defs:heap
237 HANDLE heap = HeapCreate(HEAP_NO_SERIALIZE, 0, 0); in zend_mm_mem_win32_init() local
453 #define ZEND_MM_SMALL_FREE_BUCKET(heap, index) \ argument
458 #define ZEND_MM_REST_BUCKET(heap) \ argument
723 static inline void zend_mm_add_to_free_list(zend_mm_heap *heap, zend_mm_free_block *mm_block) in zend_mm_add_to_free_list()
784 static inline void zend_mm_remove_from_free_list(zend_mm_heap *heap, zend_mm_free_block *mm_block) in zend_mm_remove_from_free_list()
857 static inline void zend_mm_add_to_rest_list(zend_mm_heap *heap, zend_mm_free_block *mm_block) in zend_mm_add_to_rest_list()
888 static inline void zend_mm_init(zend_mm_heap *heap) in zend_mm_init()
915 static void zend_mm_del_segment(zend_mm_heap *heap, zend_mm_segment *segment) in zend_mm_del_segment()
928 static void zend_mm_free_cache(zend_mm_heap *heap) in zend_mm_free_cache()
1041 zend_mm_heap *heap; in zend_mm_startup_ex() local
1166 zend_mm_heap *heap; in zend_mm_startup() local
1331 static int zend_mm_check_ptr(zend_mm_heap *heap, void *ptr, int silent ZEND_FILE_LINE_DC ZEND_FILE_… in zend_mm_check_ptr()
1555 static int zend_mm_check_heap(zend_mm_heap *heap, int silent ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_… in zend_mm_check_heap()
1597 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent TSRMLS_DC) in zend_mm_shutdown()
1739 static void zend_mm_safe_error(zend_mm_heap *heap, in zend_mm_safe_error()
1803 static zend_mm_free_block *zend_mm_search_large_block(zend_mm_heap *heap, size_t true_size) in zend_mm_search_large_block()
1876 static void *_zend_mm_alloc_int(zend_mm_heap *heap, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_OR… in _zend_mm_alloc_int()
2056 static void _zend_mm_free_int(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) in _zend_mm_free_int()
2119 static void *_zend_mm_realloc_int(zend_mm_heap *heap, void *p, size_t size ZEND_FILE_LINE_DC ZEND_F… in _zend_mm_realloc_int()
2366 ZEND_API void *_zend_mm_alloc(zend_mm_heap *heap, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG… in _zend_mm_alloc()
2371 ZEND_API void _zend_mm_free(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) in _zend_mm_free()
2376 ZEND_API void *_zend_mm_realloc(zend_mm_heap *heap, void *ptr, size_t size ZEND_FILE_LINE_DC ZEND_F… in _zend_mm_realloc()
2381 ZEND_API size_t _zend_mm_block_size(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_OR… in _zend_mm_block_size()
2718 ZEND_API zend_mm_storage *zend_mm_get_storage(zend_mm_heap *heap) in zend_mm_get_storage()
2723 ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap, in zend_mm_set_custom_handlers()