This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Help With Handles



Hello Devs , I was wondering if we are developing our own aaplication ground up , How do we take care of Handles , I know they are memory location - But are the dynamically allocated , by using the osal_mem_allocate , or do we affix a handle to a particular UUID. I have run a few demos, and the each UUID seems to have a Unique handle , which contradicts the original facts , that handles are memory locations( and hence cannot be constant).

Please Help !