threadx
txfr_malloc()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (3/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
txfr_malloc()
txfr_malloc() function
Syntax
Show:
Summary
Declaration
from
tx_freertos.c:69
void
*
txfr_malloc
(
size_t
len
)
;
Arguments
Argument
len
Examples
References
from
examples
Code
Location
Referrer
void
*
txfr_malloc
(
size_t
len
)
tx_freertos.c:69
return
txfr_malloc
(
xWantedSize
)
;
tx_freertos.c:234
pvPortMalloc()
p_stack
=
txfr_malloc
(
usStackDepth
)
;
tx_freertos.c:391
xTaskCreate()
p_task
=
txfr_malloc
(
sizeof
(
txfr_task_t
)
)
;
tx_freertos.c:396
xTaskCreate()
p_sem
=
txfr_malloc
(
sizeof
(
txfr_sem_t
)
)
;
tx_freertos.c:1060
xSemaphoreCreateCounting()
p_sem
=
txfr_malloc
(
sizeof
(
txfr_sem_t
)
)
;
tx_freertos.c:1134
xSemaphoreCreateMutex()
p_sem
=
txfr_malloc
(
sizeof
(
txfr_sem_t
)
)
;
tx_freertos.c:1185
xSemaphoreCreateRecursiveMutex()
p_queue
=
txfr_malloc
(
sizeof
(
txfr_queue_t
)
)
;
tx_freertos.c:1502
xQueueCreate()
p_mem
=
txfr_malloc
(
mem_size
)
;
tx_freertos.c:1509
xQueueCreate()
p_event
=
txfr_malloc
(
sizeof
(
txfr_event_t
)
)
;
tx_freertos.c:2029
xEventGroupCreate()
p_timer
=
txfr_malloc
(
sizeof
(
txfr_timer_t
)
)
;
tx_freertos.c:2257
xTimerCreate()
p_set
=
txfr_malloc
(
sizeof
(
txfr_queueset_t
)
)
;
tx_freertos.c:2668
xQueueCreateSet()
p_mem
=
txfr_malloc
(
queue_size
)
;
tx_freertos.c:2674
xQueueCreateSet()
Call Tree
from
examples
txfr_malloc()
is called by 9 functions and calls 1 function:
pvPortMalloc()
xTaskCreate()
xSemaphoreCreateCounting()
xSemaphoreCreateMutex()
xSemaphoreCreateRecursiveMutex()
xQueueCreate()
xEventGroupCreate()
xTimerCreate()
xQueueCreateSet()
All items filtered out
txfr_malloc()
_txe_byte_allocate()
All items filtered out
Data Use
from
examples
txfr_malloc()
reads 1 variable:
txfr_heap_initialized
All items filtered out
txfr_malloc()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out