Home
last modified time | relevance | path

Searched refs:heap_end (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dsbrk.c21 char *heap_end = 0; variable
32 heap_end = (char*)SYS_GetArenaLo();
34 heap_end = (char*)SYS_GetArena2Lo();
42 } else if ((heap_end+incr) < mem2_start) {
48 prev_heap = heap_end;
49 SYS_SetArena2Lo((void*)(heap_end+incr));
68 prev_heap = heap_end;
69 SYS_SetArenaLo((void*)(heap_end+incr));
74 heap_end = (char*)SYS_GetArenaLo();
83 prev_heap = heap_end;
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/epiphany/
H A Dsbrk.c57 static char *heap_end; /* Previous end of heap or 0 if none */ in _sbrk() local
60 if (0 == heap_end) { in _sbrk()
61 heap_end = &__heap_start; /* Initialize first time round */ in _sbrk()
64 prev_heap_end = heap_end; in _sbrk()
65 heap_end += incr; in _sbrk()
67 if( heap_end < (&__heap_end)) { in _sbrk()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/h8300hms/
H A Dsbrk.c12 static char *heap_end; local
15 if (heap_end == 0)
17 heap_end = &end;
19 prev_heap_end = heap_end;
20 if (heap_end + incr > stack_ptr)
25 heap_end += incr;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/mcore/
H A Dsbrk.c22 static char *heap_end; in _sbrk() local
26 if (heap_end == 0) in _sbrk()
28 heap_end = _end; in _sbrk()
30 prev_heap_end = heap_end; in _sbrk()
31 if (heap_end > sp) in _sbrk()
40 heap_end += incr; in _sbrk()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/h8300hms/
H A Dsbrk.c12 static char *heap_end; local
15 if (heap_end == 0)
17 heap_end = &end;
19 prev_heap_end = heap_end;
20 if (heap_end + incr > stack_ptr)
25 heap_end += incr;
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/h8300hms/
H A Dsbrk.c12 static char *heap_end; local
15 if (heap_end == 0)
17 heap_end = &end;
19 prev_heap_end = heap_end;
20 if (heap_end + incr > stack_ptr)
25 heap_end += incr;
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mcore/
H A Dsbrk.c22 static char *heap_end; in _sbrk() local
26 if (heap_end == 0) in _sbrk()
28 heap_end = _end; in _sbrk()
30 prev_heap_end = heap_end; in _sbrk()
31 if (heap_end > sp) in _sbrk()
40 heap_end += incr; in _sbrk()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/mcore/
H A Dsbrk.c22 static char *heap_end; in _sbrk() local
26 if (heap_end == 0) in _sbrk()
28 heap_end = _end; in _sbrk()
30 prev_heap_end = heap_end; in _sbrk()
31 if (heap_end > sp) in _sbrk()
40 heap_end += incr; in _sbrk()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/mn10300/
H A Dsbrk.c11 static char *heap_end; in _sbrk() local
19 if (heap_end == 0) in _sbrk()
21 heap_end = &end; in _sbrk()
23 prev_heap_end = heap_end; in _sbrk()
24 heap_end += incr; in _sbrk()
25 if (heap_end > sp) in _sbrk()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/mn10200/
H A Dsbrk.c11 static char *heap_end; in _sbrk() local
19 if (heap_end == 0) in _sbrk()
21 heap_end = &end; in _sbrk()
23 prev_heap_end = heap_end; in _sbrk()
24 heap_end += incr; in _sbrk()
25 if (heap_end > sp) in _sbrk()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mn10300/
H A Dsbrk.c11 static char *heap_end; in _sbrk() local
19 if (heap_end == 0) in _sbrk()
21 heap_end = &end; in _sbrk()
23 prev_heap_end = heap_end; in _sbrk()
24 heap_end += incr; in _sbrk()
25 if (heap_end > sp) in _sbrk()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/mn10200/
H A Dsbrk.c11 static char *heap_end; in _sbrk() local
19 if (heap_end == 0) in _sbrk()
21 heap_end = &end; in _sbrk()
23 prev_heap_end = heap_end; in _sbrk()
24 heap_end += incr; in _sbrk()
25 if (heap_end > sp) in _sbrk()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/mn10200/
H A Dsbrk.c11 static char *heap_end; in _sbrk() local
19 if (heap_end == 0) in _sbrk()
21 heap_end = &end; in _sbrk()
23 prev_heap_end = heap_end; in _sbrk()
24 heap_end += incr; in _sbrk()
25 if (heap_end > sp) in _sbrk()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/mn10300/
H A Dsbrk.c11 static char *heap_end; in _sbrk() local
19 if (heap_end == 0) in _sbrk()
21 heap_end = &end; in _sbrk()
23 prev_heap_end = heap_end; in _sbrk()
24 heap_end += incr; in _sbrk()
25 if (heap_end > sp) in _sbrk()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/iq2000/
H A Dsbrk.c13 static char *heap_end; in _sbrk() local
17 if (heap_end == 0) in _sbrk()
19 heap_end = &_end; in _sbrk()
21 prev_heap_end = heap_end; in _sbrk()
22 heap_end += incr; in _sbrk()
23 if (heap_end > sp) in _sbrk()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libgloss/m32r/
H A Dsbrk.c14 static char *heap_end; in _sbrk() local
18 if (heap_end == 0) in _sbrk()
20 heap_end = &_end; in _sbrk()
22 prev_heap_end = heap_end; in _sbrk()
23 if (heap_end > sp) in _sbrk()
32 heap_end += incr; in _sbrk()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/m32r/
H A Dsbrk.c14 static char *heap_end; in _sbrk() local
18 if (heap_end == 0) in _sbrk()
20 heap_end = &_end; in _sbrk()
22 prev_heap_end = heap_end; in _sbrk()
23 if (heap_end > sp) in _sbrk()
32 heap_end += incr; in _sbrk()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/iq2000/
H A Dsbrk.c13 static char *heap_end; in _sbrk() local
17 if (heap_end == 0) in _sbrk()
19 heap_end = &_end; in _sbrk()
21 prev_heap_end = heap_end; in _sbrk()
22 heap_end += incr; in _sbrk()
23 if (heap_end > sp) in _sbrk()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/m32r/
H A Dsbrk.c14 static char *heap_end; in _sbrk() local
18 if (heap_end == 0) in _sbrk()
20 heap_end = &_end; in _sbrk()
22 prev_heap_end = heap_end; in _sbrk()
23 if (heap_end > sp) in _sbrk()
32 heap_end += incr; in _sbrk()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libgloss/iq2000/
H A Dsbrk.c13 static char *heap_end; in _sbrk() local
17 if (heap_end == 0) in _sbrk()
19 heap_end = &_end; in _sbrk()
21 prev_heap_end = heap_end; in _sbrk()
22 heap_end += incr; in _sbrk()
23 if (heap_end > sp) in _sbrk()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/libgloss/pru/
H A Dsbrk.c26 static char *heap_end; in _sbrk() local
30 if (heap_end == 0) in _sbrk()
32 heap_end = _heap_start; in _sbrk()
34 prev_heap_end = heap_end; in _sbrk()
35 if (heap_end > sp) in _sbrk()
44 heap_end += incr; in _sbrk()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/sysnecv850/
H A Dsbrk.c10 static char * heap_end = NULL; in _sbrk() local
14 if (heap_end == NULL) in _sbrk()
15 heap_end = heap_start; in _sbrk()
17 prev_heap_end = heap_end; in _sbrk()
19 if (heap_end + incr > sp) in _sbrk()
26 heap_end += incr; in _sbrk()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/libgloss/v850/
H A Dsbrk.c10 static char * heap_end = NULL; in _sbrk() local
14 if (heap_end == NULL) in _sbrk()
15 heap_end = heap_start; in _sbrk()
17 prev_heap_end = heap_end; in _sbrk()
19 if (heap_end + incr > sp) in _sbrk()
26 heap_end += incr; in _sbrk()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/sysmec/
H A Dsbrk.c16 static char *heap_end; in _sbrk() local
24 if (heap_end == 0) in _sbrk()
26 heap_end = &end; in _sbrk()
28 prev_heap_end = heap_end; in _sbrk()
29 if (heap_end + incr > sp) in _sbrk()
34 heap_end += incr; in _sbrk()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/sysmec/
H A Dsbrk.c16 static char *heap_end; in _sbrk() local
24 if (heap_end == 0) in _sbrk()
26 heap_end = &end; in _sbrk()
28 prev_heap_end = heap_end; in _sbrk()
29 if (heap_end + incr > sp) in _sbrk()
34 heap_end += incr; in _sbrk()

12345678910>>...20