OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memory_pool_creation_status
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/src/
pmalloc.c
77
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 */
pmemory.c
118
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 225 milliseconds