Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_alloc.h93 inline static void * __zend_malloc(size_t len) in __zend_malloc() function
122 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size):emalloc(size))
132 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size))

Completed in 21 milliseconds