Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_internal_load.c80 … ULONG code_size, VOID *code_allocation_ptr, ULONG code_allocation_size) in _txm_module_manager_internal_load() argument
309 module_instance -> txm_module_instance_code_allocation_ptr = (VOID *) code_allocation_ptr; in _txm_module_manager_internal_load()
/ThreadX-v6.3.0/common_modules/inc/
Dtxm_module.h623 … ULONG code_size, VOID *code_allocation_ptr, ULONG code_allocation_size);