LibJPEG
small_pool_struct
is only used within LibJPEG.
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
STM32 Libraries and Samples
LibJPEG
small_pool_struct
small_pool_struct union
Syntax
Show:
Summary
Declaration
Definition
from
jmemmgr.c:90
typedef
union
small_pool_struct
*
small_pool_ptr
;
Implemented in
jmemmgr.c:92
Fields
Field
Declared as
small_pool_struct::hdr
struct
{
small_pool_ptr
next
;
size_t
bytes_used
;
size_t
bytes_left
;
}
small_pool_struct::dummy
ALIGN_TYPE
Examples
References
from
examples
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