Searched defs:pemalloc (Results 1 – 2 of 2) sorted by relevance
28 # define pemalloc(size, persistent) malloc(size) macro
189 #define pemalloc(size, persistent) ((persistent)?__zend_malloc(size ZEND_FILE_LINE_CC ZEND_FILE_LIN… macro
Completed in 11 milliseconds