Home
last modified time | relevance | path

Searched refs:heapsize (Results 151 – 175 of 1885) sorted by relevance

12345678910>>...76

/dports/games/libretro-gpsp/gpsp-300d0c0/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/libco/
H A Dscefiber.c47 cothread_t co_create(unsigned int heapsize, void (*coentry)(void)) in co_create() argument
50 char * m_contextBuffer = malloc(sizeof(char)*heapsize); in co_create()
58 …Impl(tailFiber, "tailFiber", co_thunk, (uint32_t)coentry, (void*) m_contextBuffer, heapsize, NULL); in co_create()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/gc/g1/
H A DTestLargePageUseForAuxMemory.java55 …static void testVM(long heapsize, boolean cardsShouldUseLargePages, boolean bitmapShouldUseLargePa… in testVM() argument
61 "-Xmx" + heapsize, in testVM()
77 "-Xmx" + heapsize, in testVM()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/gc/g1/
H A DTestLargePageUseForAuxMemory.java55 …static void testVM(long heapsize, boolean cardsShouldUseLargePages, boolean bitmapShouldUseLargePa… in testVM() argument
61 "-Xmx" + heapsize, in testVM()
77 "-Xmx" + heapsize, in testVM()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/g1/
H A DTestLargePageUseForAuxMemory.java80 …static void testVM(String what, long heapsize, boolean cardsShouldUseLargePages, boolean bitmapSho… in testVM() argument
81 …System.out.println(what + " heapsize " + heapsize + " card table should use large pages " + cardsS… in testVM()
87 "-Xmx" + heapsize, in testVM()
102 "-Xmx" + heapsize, in testVM()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/g1/
H A DTestLargePageUseForAuxMemory.java79 …static void testVM(String what, long heapsize, boolean cardsShouldUseLargePages, boolean bitmapSho… in testVM() argument
80 …System.out.println(what + " heapsize " + heapsize + " card table should use large pages " + cardsS… in testVM()
86 "-Xmx" + heapsize, in testVM()
101 "-Xmx" + heapsize, in testVM()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/g1/
H A DTestLargePageUseForAuxMemory.java77 …static void testVM(String what, long heapsize, boolean cardsShouldUseLargePages, boolean bitmapSho… in testVM() argument
78 …System.out.println(what + " heapsize " + heapsize + " card table should use large pages " + cardsS… in testVM()
84 "-Xmx" + heapsize, in testVM()
99 "-Xmx" + heapsize, in testVM()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/g1/
H A DTestLargePageUseForAuxMemory.java77 …static void testVM(String what, long heapsize, boolean cardsShouldUseLargePages, boolean bitmapSho… in testVM() argument
78 …System.out.println(what + " heapsize " + heapsize + " card table should use large pages " + cardsS… in testVM()
84 "-Xmx" + heapsize, in testVM()
99 "-Xmx" + heapsize, in testVM()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/g1/
H A DTestLargePageUseForAuxMemory.java80 …static void testVM(String what, long heapsize, boolean cardsShouldUseLargePages, boolean bitmapSho… in testVM() argument
81 …System.out.println(what + " heapsize " + heapsize + " card table should use large pages " + cardsS… in testVM()
87 "-Xmx" + heapsize, in testVM()
102 "-Xmx" + heapsize, in testVM()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/g1/
H A DTestLargePageUseForAuxMemory.java80 …static void testVM(String what, long heapsize, boolean cardsShouldUseLargePages, boolean bitmapSho… in testVM() argument
81 …System.out.println(what + " heapsize " + heapsize + " card table should use large pages " + cardsS… in testVM()
87 "-Xmx" + heapsize, in testVM()
102 "-Xmx" + heapsize, in testVM()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/g1/
H A DTestLargePageUseForAuxMemory.java79 …static void testVM(String what, long heapsize, boolean cardsShouldUseLargePages, boolean bitmapSho… in testVM() argument
80 …System.out.println(what + " heapsize " + heapsize + " card table should use large pages " + cardsS… in testVM()
86 "-Xmx" + heapsize, in testVM()
101 "-Xmx" + heapsize, in testVM()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/boot/
H A Dholly.c25 u32 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init() local
27 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/boot/
H A Dholly.c25 u32 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init() local
27 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/boot/
H A Dholly.c25 u32 heapsize = 0x8000000 - (u32)_end; /* 128M */ in platform_init() local
27 simple_alloc_init(_end, heapsize, 32, 64); in platform_init()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/g1/
H A DTestLargePageUseForAuxMemory.java109 …static void testVM(String what, long heapsize, boolean cardsShouldUseLargePages, boolean bitmapSho… in testVM() argument
110 …System.out.println(what + " heapsize " + heapsize + " card table should use large pages " + cardsS… in testVM()
116 "-Xmx" + heapsize, in testVM()
137 "-Xmx" + heapsize, in testVM()

12345678910>>...76