Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_alloc.h132 #define pemalloc_rel(size, persistent) ((persistent)?__zend_malloc(size):emalloc_rel(size)) macro
H A Dzend_hash.c116 (p)->pData = (void *) pemalloc_rel(nDataSize, (ht)->persistent); \
130 (p)->pData = (void *) pemalloc_rel(nDataSize, (ht)->persistent);\
412 p = (Bucket *) pemalloc_rel(sizeof(Bucket), ht->persistent); in _zend_hash_index_update_or_next_insert()

Completed in 11 milliseconds