Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/common/
Dfsl_common.c15 uint16_t identifier; /*!< Identifier for the memory control block. */ member
60 p_cb->identifier = SDK_MEM_MAGIC_NUMBER; in SDK_Malloc()
77 if (p_cb->identifier != SDK_MEM_MAGIC_NUMBER) in SDK_Free()
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_threadx.c91 uint16_t identifier; /*!< Identifier for the memory control block. */ member
181 p_cb->identifier = OSA_MEM_MAGIC_NUMBER; in OSA_MemoryAllocateAlign()
197 if (p_cb->identifier != OSA_MEM_MAGIC_NUMBER) in OSA_MemoryFreeAlign()
Dfsl_os_abstraction_free_rtos.c92 uint16_t identifier; /*!< Identifier for the memory control block. */ member
212 p_cb->identifier = OSA_MEM_MAGIC_NUMBER; in OSA_MemoryAllocateAlign()
228 if (p_cb->identifier != OSA_MEM_MAGIC_NUMBER) in OSA_MemoryFreeAlign()
Dfsl_os_abstraction_bm.c162 uint16_t identifier; /*!< Identifier for the memory control block. */ member
260 p_cb->identifier = OSA_MEM_MAGIC_NUMBER; in OSA_MemoryAllocateAlign()
276 if (p_cb->identifier != OSA_MEM_MAGIC_NUMBER) in OSA_MemoryFreeAlign()