Lines Matching refs:PORTABLE_API
176 PORTABLE_API void *pmalloc(size_t nbBytes, const LCHAR* tag, const LCHAR* file, int line);
178 PORTABLE_API void *pmalloc(size_t nbBytes);
198 PORTABLE_API void *pcalloc(size_t nbItems, size_t itemSize, const LCHAR* tag, const LCHAR* file, int line);
200 PORTABLE_API void *pcalloc(size_t nbItems, size_t itemSize);
218 PORTABLE_API void *prealloc(void* ptr, size_t newSize, const LCHAR* file, int line);
220 PORTABLE_API void *prealloc(void* ptr, size_t newSize);
236 PORTABLE_API void pfree(void* ptr, const LCHAR* file, int line);
238 PORTABLE_API void pfree(void* ptr);
254 PORTABLE_API ESR_ReturnCode PMemInit(void);
262 PORTABLE_API ESR_ReturnCode PMemShutdown(void);
272 PORTABLE_API ESR_ReturnCode PMemSetLogFile(PFile* file);
279 PORTABLE_API ESR_ReturnCode PMemDumpLogFile(void);
289 PORTABLE_API ESR_ReturnCode PMemSetLogEnabled(ESR_BOOL value);
299 PORTABLE_API ESR_ReturnCode PMemLogFree(void* ptr);
310 PORTABLE_API ESR_ReturnCode PMemReport(PFile* file);
320 PORTABLE_API ESR_ReturnCode PMemorySetPoolSize(size_t size);
328 PORTABLE_API ESR_ReturnCode PMemoryGetPoolSize(size_t *size);