Home
last modified time | relevance | path

Searched refs:__zend_malloc (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_alloc.h188 ZEND_API void * __zend_malloc(size_t len) ZEND_ATTRIBUTE_MALLOC ZEND_ATTRIBUTE_ALLOC_SIZE(1);
193 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size):emalloc(size))
213 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))
H A Dzend_alloc.c2707 void *ptr = __zend_malloc(size);
2753 mm_heap->custom_heap.std._malloc = __zend_malloc;
2980 ZEND_API void * __zend_malloc(size_t len) function
2994 tmp = __zend_malloc(len);

Completed in 24 milliseconds