ESP-IDF
tSDP_DISCOVERY_DB::mem_free
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
tSDP_DISCOVERY_DB::mem_free
tSDP_DISCOVERY_DB::mem_free field
Syntax
Show:
Summary
Declaration
from
sdp_api.h:121
UINT32
mem_free
;
Examples
References
from
examples
Code
Location
Referrer
UINT32
mem_free
;
/* Memory still available */
sdp_api.h:121
p_db
->
mem_free
=
p_db
->
mem_size
;
sdp_api.c:83
SDP_InitDiscoveryDb()
if
(
p_db
->
mem_free
<
sizeof
(
tSDP_DISC_REC
)
)
{
sdp_discovery.c:772
add_record()
p_db
->
mem_free
-=
sizeof
(
tSDP_DISC_REC
)
;
sdp_discovery.c:778
add_record()
if
(
p_db
->
mem_free
<
total_len
)
{
sdp_discovery.c:843
add_attr()
p_db
->
mem_free
-=
sizeof
(
tSDP_DISC_ATTR
)
;
sdp_discovery.c:862
add_attr()
p_db
->
mem_free
-=
sizeof
(
tSDP_DISC_ATTR
)
;
sdp_discovery.c:945
add_attr()
p_db
->
mem_free
-=
total_len
;
sdp_discovery.c:990
add_attr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tSDP_DISCOVERY_DB::mem_free
is written by 3 functions and is read by 2 functions:
SDP_InitDiscoveryDb()
add_record()
add_attr()
All items filtered out
tSDP_DISCOVERY_DB::mem_free
add_record()
add_attr()
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