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

/external/srec/portable/src/
H A Dpmalloc.c77 ESR_ReturnCode memory_pool_creation_status = ESR_FATAL_ERROR; variable
173 memory_pool_creation_status = ESR_SUCCESS;
200 memory_pool_creation_status = ESR_FATAL_ERROR; /* For external access, check comment at top */
H A Dpmemory.c118 extern ESR_ReturnCode memory_pool_creation_status; /* Verify that memory pool actually was created */
266 if (memory_pool_creation_status == ESR_SUCCESS)
269 memory_pool_creation_status = ESR_FATAL_ERROR;

Completed in 64 milliseconds