Searched refs:PEMALLOC (Results 1 – 1 of 1) sorted by relevance
165 LOWWERNAME##_handlers = PEMALLOC(zend_object_handlers); \434 LOWWERNAME##_handlers = PEMALLOC(zend_object_handlers); \1478 #define PEMALLOC(class_name) (class_name*) pemalloc(sizeof(class_name), 1) macro