Searched refs:PortMemScan (Results 1 - 1 of 1) sorted by relevance

/external/srec/portable/src/
H A Dpmemory_ext.c98 * This list can be scanned by PortMemScan() to determine if any allocated blocks
126 * used by PortMemScan() to check for overwritten guard words.
141 * used by PortMemScan() to check for overwritten guard words.
165 /* PortMemScan() : scan the array of allocated blocks, confirming that no
168 void PortMemScan(void) function
186 PLogError("PortMemScan : corrupted start guard from block 0x%08x \n", (int)memPtr);
190 PLogError("PortMemScan : corrupted end guard from block 0x%08x \n", (int)memPtr);

Completed in 25 milliseconds