English
Language : 

CC78K4 Datasheet, PDF (511/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
APPENDIX D LIST OF LIBRARY STACK CONSUMPTION
Table D-1. List of Standard Library Stack Consumption (2/4)
Classification
stdlib.h
Function Name
atoi
atol
strtol
strtoul
calloc
free
malloc
realloc
abort
atexit
exit
abs
div
labs
ldiv
brk
sbrk
atof
strtod
itoa
ltoa
ultoa
rand
srand
bsearch
qsort
strbrk
strsbrk
stritoa
strltoa
strultoa
Small Model
11
11
14
14
11
9
9
14
0
0
n+3
0
6
0
8
3
3
39
39
6
10
10
5
0
25+n
36+n
3
3
6
10
10
Medium Model
11
11
17
17
11
9
9
14
0
0
n+3
0
6
0
8
3
3
39
39
6
10
10
5
0
26+n
43+n
3
3
6
10
10
Large Model
1
1
21
21
18
12
12
20
0
3
n+3Note 1
0
6
0
11
6
6
40
40
8
12
11
5
0
29+nNote 2
44+nNote 3
6
6
8
13
11
Notes 1.
2.
3.
n is the total stack consumption among external functions registered by the atexit function.
n is the stack consumption of external functions called from bsearch.
n is (20 + stack consumption of external functions called from qsort) × (1 + number of times recursive
calls occurred).
User’s Manual U15556EJ1V0UM
511