/src/lib/libc/include/isc/ |
heap.h | 27 int heap_size; member in struct:heap_context
|
heap.h | 27 int heap_size; member in struct:heap_context
|
/src/sys/stand/efiboot/ |
efiboot.c | 59 static UINTN heap_size = 8 * 1024 * 1024; variable in typeref:typename:UINTN 68 u_int sz = EFI_SIZE_TO_PAGES(heap_size); 81 setheap((void *)(uintptr_t)heap_start, (void *)(uintptr_t)(heap_start + heap_size));
|
efiboot.c | 59 static UINTN heap_size = 8 * 1024 * 1024; variable in typeref:typename:UINTN 68 u_int sz = EFI_SIZE_TO_PAGES(heap_size); 81 setheap((void *)(uintptr_t)heap_start, (void *)(uintptr_t)(heap_start + heap_size));
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_interface_java.cc | 31 const uptr heap_size; member in struct:__tsan::JavaContext 33 JavaContext(jptr heap_begin, jptr heap_size) 35 , heap_size(heap_size) { 69 void __tsan_java_init(jptr heap_begin, jptr heap_size) { 71 DPrintf("#%d: java_init(%p, %p)\n", thr->tid, heap_begin, heap_size); 74 CHECK_GT(heap_size, 0); 76 CHECK_EQ(heap_size % kHeapAlignment, 0); 77 CHECK_LT(heap_begin, heap_begin + heap_size); 78 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size); [all...] |
tsan_interface_java.cc | 31 const uptr heap_size; member in struct:__tsan::JavaContext 33 JavaContext(jptr heap_begin, jptr heap_size) 35 , heap_size(heap_size) { 69 void __tsan_java_init(jptr heap_begin, jptr heap_size) { 71 DPrintf("#%d: java_init(%p, %p)\n", thr->tid, heap_begin, heap_size); 74 CHECK_GT(heap_size, 0); 76 CHECK_EQ(heap_size % kHeapAlignment, 0); 77 CHECK_LT(heap_begin, heap_begin + heap_size); 78 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size); [all...] |
/src/sys/arch/i386/stand/efiboot/ |
efiboot.c | 47 static UINTN heap_size = 1 * 1024 * 1024; /* 1MB */ variable in typeref:typename:UINTN 153 u_int sz = EFI_SIZE_TO_PAGES(heap_size); 161 (void *)(UINTN)(heap_start + heap_size));
|
efiboot.c | 47 static UINTN heap_size = 1 * 1024 * 1024; /* 1MB */ variable in typeref:typename:UINTN 153 u_int sz = EFI_SIZE_TO_PAGES(heap_size); 161 (void *)(UINTN)(heap_start + heap_size));
|