Searched refs:gdPMalloc (Results 1 – 3 of 3) sorted by relevance
65 head = (gdCache_head_t *) gdPMalloc(sizeof (gdCache_head_t)); in gdCacheCreate()124 elem = (gdCache_element_t *) gdPMalloc(sizeof (gdCache_element_t)); in gdCacheGet()
20 #define gdPMalloc(ptr) pemalloc(ptr, 1) macro
379 a = (font_t *) gdPMalloc(sizeof(font_t));
Completed in 9 milliseconds