Bug in OSMemGet method!? #42
ahmedawad1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think the method OSMemGet may be enhanced such that it throws an error when this condition evaluates to true, as i encountered this problem during production:
if( (p_mem->AddrPtr != p_mem->FreeListPtr) && (p_mem->NbrFree == p_mem->NbrMax) )
I am mainly talking about Micrium3 in source code at line 247 --> OSMemGetSource
Beta Was this translation helpful? Give feedback.
All reactions