Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_object_deallocate.c71 TXM_MODULE_ALLOCATED_OBJECT *module_allocated_object_ptr; in _txm_module_manager_object_deallocate() local
87 module_allocated_object_ptr = (TXM_MODULE_ALLOCATED_OBJECT *) object_ptr; in _txm_module_manager_object_deallocate()
90 previous_object = module_allocated_object_ptr--; in _txm_module_manager_object_deallocate()
93 …if ((module_allocated_object_ptr == TX_NULL) || (module_allocated_object_ptr -> txm_module_allocat… in _txm_module_manager_object_deallocate()
110 …next_object = module_allocated_object_ptr -> txm_module_… in _txm_module_manager_object_deallocate()
111 …previous_object = module_allocated_object_ptr -> txm_module_… in _txm_module_manager_object_deallocate()
116 … if (module_instance -> txm_module_instance_object_list_head == module_allocated_object_ptr) in _txm_module_manager_object_deallocate()
124 return_value = (ULONG) _txe_byte_release((VOID *) module_allocated_object_ptr); in _txm_module_manager_object_deallocate()
Dtxm_module_manager_util.c223 TXM_MODULE_ALLOCATED_OBJECT *module_allocated_object_ptr; in _txm_module_manager_object_size_check() local
227 module_allocated_object_ptr = ((TXM_MODULE_ALLOCATED_OBJECT *) object_ptr) - 1; in _txm_module_manager_object_size_check()
230 if (module_allocated_object_ptr -> txm_module_object_size == object_size) in _txm_module_manager_object_size_check()