Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgdcache.c65 head = (gdCache_head_t *) gdPMalloc(sizeof (gdCache_head_t)); in gdCacheCreate()
124 elem = (gdCache_element_t *) gdPMalloc(sizeof (gdCache_element_t)); in gdCacheGet()
H A Dgdhelpers.h20 #define gdPMalloc(ptr) pemalloc(ptr, 1) macro
H A Dgdft.c379 a = (font_t *) gdPMalloc(sizeof(font_t));

Completed in 12 milliseconds