Searched refs:zend_mm_heap (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_alloc.c | 472 zend_mm_panic("zend_mm_heap corrupted"); \ 566 zend_mm_panic("zend_mm_heap corrupted"); \ 603 zend_mm_panic("zend_mm_heap corrupted"); \ 643 zend_mm_panic("zend_mm_heap corrupted"); \ 647 zend_mm_panic("zend_mm_heap corrupted"); \ 656 static void *_zend_mm_alloc_int(zend_mm_heap *heap, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC; 657 static void _zend_mm_free_int(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); 658 static void *_zend_mm_realloc_int(zend_mm_heap *heap, void *p, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); 718 static inline void zend_mm_add_to_rest_list(zend_mm_heap *heap, zend_mm_free_block *mm_block) 735 static inline void zend_mm_add_to_free_list(zend_mm_heap *hea [all...] |
| H A D | zend_alloc.h | 205 typedef struct _zend_mm_heap zend_mm_heap; typedef in typeref:struct:_zend_mm_heap 207 ZEND_API zend_mm_heap *zend_mm_startup(void); 208 ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, int full_shutdown, int silent TSRMLS_DC); 209 ZEND_API void *_zend_mm_alloc(zend_mm_heap *heap, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) ZEND_ATTRIBUTE_MALLOC; 210 ZEND_API void _zend_mm_free(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); 211 ZEND_API void *_zend_mm_realloc(zend_mm_heap *heap, void *p, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); 212 ZEND_API size_t _zend_mm_block_size(zend_mm_heap *heap, void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC); 247 ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_mem_handlers *handlers, size_t block_size, size_t reserve_size, int internal, void *params); 248 ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_hea [all...] |
Completed in 5 milliseconds