Home
last modified time | relevance | path

Searched refs:module_allocated_object_ptr (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_object_deallocate.c72 TXM_MODULE_ALLOCATED_OBJECT *module_allocated_object_ptr; in _txm_module_manager_object_deallocate() local
88 module_allocated_object_ptr = (TXM_MODULE_ALLOCATED_OBJECT *) object_ptr; in _txm_module_manager_object_deallocate()
91 previous_object = module_allocated_object_ptr--; in _txm_module_manager_object_deallocate()
94 …if ((module_allocated_object_ptr == TX_NULL) || (module_allocated_object_ptr -> txm_module_allocat… in _txm_module_manager_object_deallocate()
111 …next_object = module_allocated_object_ptr -> txm_module_… in _txm_module_manager_object_deallocate()
112 …previous_object = module_allocated_object_ptr -> txm_module_… in _txm_module_manager_object_deallocate()
117 … if (module_instance -> txm_module_instance_object_list_head == module_allocated_object_ptr) in _txm_module_manager_object_deallocate()
125 return_value = (ULONG) _txe_byte_release((VOID *) module_allocated_object_ptr); in _txm_module_manager_object_deallocate()
Dtxm_module_manager_util.c224 TXM_MODULE_ALLOCATED_OBJECT *module_allocated_object_ptr; in _txm_module_manager_object_size_check() local
228 module_allocated_object_ptr = ((TXM_MODULE_ALLOCATED_OBJECT *) object_ptr) - 1; in _txm_module_manager_object_size_check()
231 if (module_allocated_object_ptr -> txm_module_object_size == object_size) in _txm_module_manager_object_size_check()