HomeSort by relevance Sort by last modified time
    Searched refs:PMemReport (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/include/
pmemory.h 78 #define PMemReport(f) ESR_NOT_SUPPORTED
257 * Shutdowns the memory management API. pmemReport is invoked with the same
283 * from pmemReport() and other reporting mechanisms, simply disable logging prior
292 * Hide memory allocation from pmemReport() by pretending the memory was deallocating. This is used to hide
293 * memory leaks from pmemReport(), which is useful for internal variables which are deallocated after the
294 * final call to pmemReport() occurs.
310 PORTABLE_API ESR_ReturnCode PMemReport(PFile* file);
  /external/srec/portable/src/
pmemory.c 352 rc = PMemReport(gFile);
459 ESR_ReturnCode PMemReport(PFile* file)

Completed in 32 milliseconds