restful_server sample
MDNS_MEMORY_CAPS
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
MDNS_MEMORY_CAPS
MDNS_MEMORY_CAPS macro
Syntax
Show:
Summary
Declaration
from
mdns_mem_caps.c:32
#define
MDNS_MEMORY_CAPS
(
MALLOC_CAP_INTERNAL
|
MALLOC_CAP_8BIT
)
Examples
References
from
examples
Code
Location
#define
MDNS_MEMORY_CAPS
(
MALLOC_CAP_INTERNAL
|
MALLOC_CAP_8BIT
)
mdns_mem_caps.c:32
#ifndef
MDNS_MEMORY_CAPS
mdns_mem_caps.c:36
return
heap_caps_malloc
(
size
,
MDNS_MEMORY_CAPS
)
;
mdns_mem_caps.c:47
return
heap_caps_calloc
(
num
,
size
,
MDNS_MEMORY_CAPS
)
;
mdns_mem_caps.c:52
char
*
copy
=
(
char
*
)
heap_caps_malloc
(
len
,
MDNS_MEMORY_CAPS
)
;
mdns_mem_caps.c:66
char
*
copy
=
(
char
*
)
heap_caps_malloc
(
len
+
1
,
MDNS_MEMORY_CAPS
)
;
mdns_mem_caps.c:79
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