ESP-IDF
peer_svc_mem
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
peer_svc_mem
peer_svc_mem variable
Syntax
Show:
Summary
Declaration
from
peer.c:12
static
void
*
peer_svc_mem
;
Examples
References
from
examples
Code
Location
Referrer
static
void
*
peer_svc_mem
;
peer.c:12
free
(
peer_svc_mem
)
;
peer.c:773
peer_free_mem()
peer_svc_mem
=
NULL
;
peer.c:774
peer_free_mem()
peer_svc_mem
=
malloc
(
peer.c:806
peer_init()
if
(
peer_svc_mem
==
NULL
)
{
peer.c:808
peer_init()
sizeof
(
struct
peer_svc
)
,
peer_svc_mem
,
peer.c:814
peer_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
peer_svc_mem
is written by 2 functions and is read by 2 functions:
peer_free_mem()
peer_init()
All items filtered out
peer_svc_mem
peer_free_mem()
peer_init()
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