perf_benchmark sample
lfs_malloc()
is only used within perf_benchmark sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
perf_benchmark sample
lfs_malloc()
lfs_malloc() function
Syntax
Show:
Summary
Declaration
from
lfs_config.h:215
static
inline
void
*
lfs_malloc
(
size_t
size
)
;
Arguments
Argument
size
Examples
References
from
examples
Code
Location
Referrer
static
inline
void
*
lfs_malloc
(
size_t
size
)
{
lfs_config.h:215
file
->
cache
.
buffer
=
lfs_malloc
(
lfs
->
cfg
->
cache_size
)
;
lfs.c:3157
lfs_file_opencfg_()
lfs
->
rcache
.
buffer
=
lfs_malloc
(
lfs
->
cfg
->
cache_size
)
;
lfs.c:4216
lfs_init()
lfs
->
pcache
.
buffer
=
lfs_malloc
(
lfs
->
cfg
->
cache_size
)
;
lfs.c:4227
lfs_init()
lfs
->
lookahead
.
buffer
=
lfs_malloc
(
lfs
->
cfg
->
lookahead_size
)
;
lfs.c:4244
lfs_init()
Call Tree
from
examples
lfs_malloc()
is called by 2 functions and calls 1 function:
lfs_file_opencfg_()
lfs_init()
All items filtered out
lfs_malloc()
malloc()
All items filtered out
Data Use
from
examples
lfs_malloc()
:
All items filtered out
lfs_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