Searched refs:phPalEse_memalloc (Results 1 – 3 of 3) sorted by relevance
215 void* phPalEse_memalloc(uint32_t size);
265 void* phPalEse_memalloc(uint32_t size) { return malloc(size); } in phPalEse_memalloc() function
1088 return phPalEse_memalloc(size); in phNxpEse_memalloc()