ESP-IDF
UNALIGNED_MEM_ALIGNMENT_BYTES
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
UNALIGNED_MEM_ALIGNMENT_BYTES
UNALIGNED_MEM_ALIGNMENT_BYTES macro
Syntax
Show:
Summary
Declaration
from
heap_caps_base.c:30
#define
UNALIGNED_MEM_ALIGNMENT_BYTES
4
Examples
References
from
examples
Code
Location
#define
UNALIGNED_MEM_ALIGNMENT_BYTES
4
heap_caps_base.c:30
if
(
alignment
<=
UNALIGNED_MEM_ALIGNMENT_BYTES
)
{
//alloc and friends align to 32-bit by default
heap_caps_base.c:81
return
heap_caps_aligned_alloc_base
(
UNALIGNED_MEM_ALIGNMENT_BYTES
,
size
,
caps
)
;
heap_caps_base.c:176
size_t
alignment
=
UNALIGNED_MEM_ALIGNMENT_BYTES
;
heap_caps_base.c:190
if
(
compatible_caps
&&
!
ptr_in_diram_case
&&
alignment
<=
UNALIGNED_MEM_ALIGNMENT_BYTES
)
{
heap_caps_base.c:240
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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