Home
last modified time | relevance | path

Searched refs:memflags (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dallocation.hpp456 #define NEW_C_HEAP_ARRAY3(type, size, memflags, pc, allocfail)\ argument
459 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
460 (type*) (AllocateHeap((size) * sizeof(type), memflags, pc))
462 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
463 (type*) (AllocateHeap((size) * sizeof(type), memflags))
468 #define NEW_C_HEAP_ARRAY_RETURN_NULL(type, size, memflags)\ argument
471 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
481 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
482 NEW_C_HEAP_ARRAY(type, 1, memflags)
484 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A Dallocation.hpp456 #define NEW_C_HEAP_ARRAY3(type, size, memflags, pc, allocfail)\ argument
459 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
460 (type*) (AllocateHeap((size) * sizeof(type), memflags, pc))
462 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
463 (type*) (AllocateHeap((size) * sizeof(type), memflags))
468 #define NEW_C_HEAP_ARRAY_RETURN_NULL(type, size, memflags)\ argument
471 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
481 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
482 NEW_C_HEAP_ARRAY(type, 1, memflags)
484 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/
H A Dallocation.hpp476 #define NEW_C_HEAP_ARRAY3(type, size, memflags, pc, allocfail)\ argument
479 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
480 (type*) (AllocateHeap((size) * sizeof(type), memflags, pc))
482 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
483 (type*) (AllocateHeap((size) * sizeof(type), memflags))
488 #define NEW_C_HEAP_ARRAY_RETURN_NULL(type, size, memflags)\ argument
491 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
501 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
502 NEW_C_HEAP_ARRAY(type, 1, memflags)
504 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/
H A Dallocation.hpp455 #define NEW_C_HEAP_ARRAY3(type, size, memflags, pc, allocfail)\ argument
458 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
459 (type*) (AllocateHeap((size) * sizeof(type), memflags, pc))
461 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
462 (type*) (AllocateHeap((size) * sizeof(type), memflags))
467 #define NEW_C_HEAP_ARRAY_RETURN_NULL(type, size, memflags)\ argument
470 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
480 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
481 NEW_C_HEAP_ARRAY(type, 1, memflags)
483 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/
H A Dallocation.hpp474 #define NEW_C_HEAP_ARRAY3(type, size, memflags, pc, allocfail)\ argument
477 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
478 (type*) (AllocateHeap((size) * sizeof(type), memflags, pc))
480 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
481 (type*) (AllocateHeap((size) * sizeof(type), memflags))
486 #define NEW_C_HEAP_ARRAY_RETURN_NULL(type, size, memflags)\ argument
489 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
499 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
500 NEW_C_HEAP_ARRAY(type, 1, memflags)
502 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/
H A Dallocation.hpp474 #define NEW_C_HEAP_ARRAY3(type, size, memflags, pc, allocfail)\ argument
477 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
478 (type*) (AllocateHeap((size) * sizeof(type), memflags, pc))
480 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
481 (type*) (AllocateHeap((size) * sizeof(type), memflags))
486 #define NEW_C_HEAP_ARRAY_RETURN_NULL(type, size, memflags)\ argument
489 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
499 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
500 NEW_C_HEAP_ARRAY(type, 1, memflags)
502 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dallocation.hpp655 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
658 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
667 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
673 #define FREE_C_HEAP_ARRAY(type, old, memflags) \ argument
674 FreeHeap((char*)(old), memflags)
677 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
678 NEW_C_HEAP_ARRAY(type, 1, memflags)
680 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
681 NEW_C_HEAP_ARRAY_RETURN_NULL(type, 1, memflags)
684 #define FREE_C_HEAP_OBJ(objname, memflags)\ argument
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dallocation.hpp655 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
658 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
667 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
673 #define FREE_C_HEAP_ARRAY(type, old, memflags) \ argument
674 FreeHeap((char*)(old), memflags)
677 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
678 NEW_C_HEAP_ARRAY(type, 1, memflags)
680 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
681 NEW_C_HEAP_ARRAY_RETURN_NULL(type, 1, memflags)
684 #define FREE_C_HEAP_OBJ(objname, memflags)\ argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/
H A Dallocation.hpp476 #define NEW_C_HEAP_ARRAY3(type, size, memflags, pc, allocfail)\ argument
479 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
480 (type*) (AllocateHeap((size) * sizeof(type), memflags, pc))
482 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
483 (type*) (AllocateHeap((size) * sizeof(type), memflags))
488 #define NEW_C_HEAP_ARRAY_RETURN_NULL(type, size, memflags)\ argument
491 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
501 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
502 NEW_C_HEAP_ARRAY(type, 1, memflags)
504 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/memory/
H A Dallocation.hpp496 #define NEW_C_HEAP_ARRAY3(type, size, memflags, pc, allocfail)\ argument
499 #define NEW_C_HEAP_ARRAY2(type, size, memflags, pc)\ argument
500 (type*) (AllocateHeap((size) * sizeof(type), memflags, pc))
502 #define NEW_C_HEAP_ARRAY(type, size, memflags)\ argument
503 (type*) (AllocateHeap((size) * sizeof(type), memflags))
508 #define NEW_C_HEAP_ARRAY_RETURN_NULL(type, size, memflags)\ argument
511 #define REALLOC_C_HEAP_ARRAY(type, old, size, memflags)\ argument
521 #define NEW_C_HEAP_OBJ(type, memflags)\ argument
522 NEW_C_HEAP_ARRAY(type, 1, memflags)
524 #define NEW_C_HEAP_OBJ_RETURN_NULL(type, memflags)\ argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DoopStorageSet.cpp34 OopStorage* OopStorageSet::create_strong(const char* name, MEMFLAGS memflags) { in create_strong() argument
37 OopStorage* storage = new (memflags) OopStorage(name, memflags); in create_strong()
42 OopStorage* OopStorageSet::create_weak(const char* name, MEMFLAGS memflags) { in create_weak() argument
45 OopStorage* storage = new (memflags) OopStorage(name, memflags); in create_weak()
H A DoopStorage.hpp77 explicit OopStorage(const char* name, MEMFLAGS memflags);
80 void* operator new(size_t size, MEMFLAGS memflags);
81 void operator delete(void* obj, MEMFLAGS memflags);
96 MEMFLAGS memflags() const;
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Ddebug.c157 unsigned long memflags, hashflags, dbgflags; in set_debug_options() local
161 memflags = hashflags = dbgflags = 0xFFFFFFFF; in set_debug_options()
165 memflags = hashflags = dbgflags = 0; in set_debug_options()
171 case 'm': memflags |= DB_MEMALLOC_TRACE; break; in set_debug_options()
172 case 'M': memflags |= DB_MEMALLOC_TRACE in set_debug_options()
195 if (!SetDebugMemAlloc(debug_printf, memflags)) in set_debug_options()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DgrowableArray.hpp550 uintptr_t bits(MEMFLAGS memflags) const {
551 if (memflags == mtNone) {
557 return (uintptr_t(memflags) << 1) | 1;
570 GrowableArrayMetadata(MEMFLAGS memflags) : in GrowableArrayMetadata() argument
571 _bits(bits(memflags)) in GrowableArrayMetadata()
629 static E* allocate(int max, MEMFLAGS memflags) { in allocate() argument
630 if (memflags != mtNone) { in allocate()
673 allocate(initial_max, memflags), in GrowableArray()
675 _metadata(memflags) { in GrowableArray()
681 allocate(initial_max, memflags), in GrowableArray()
[all …]
H A DgrowableArray.cpp45 void* GrowableArrayCHeapAllocator::allocate(int max, int element_size, MEMFLAGS memflags) { in allocate() argument
50 assert(memflags != mtNone, "memory type not specified for C heap object"); in allocate()
51 return (void*)AllocateHeap(byte_size, memflags); in allocate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DgrowableArray.hpp550 uintptr_t bits(MEMFLAGS memflags) const {
551 if (memflags == mtNone) {
557 return (uintptr_t(memflags) << 1) | 1;
570 GrowableArrayMetadata(MEMFLAGS memflags) : in GrowableArrayMetadata() argument
571 _bits(bits(memflags)) in GrowableArrayMetadata()
629 static E* allocate(int max, MEMFLAGS memflags) { in allocate() argument
630 if (memflags != mtNone) { in allocate()
673 allocate(initial_max, memflags), in GrowableArray()
675 _metadata(memflags) { in GrowableArray()
681 allocate(initial_max, memflags), in GrowableArray()
[all …]
H A DgrowableArray.cpp45 void* GrowableArrayCHeapAllocator::allocate(int max, int element_size, MEMFLAGS memflags) { in allocate() argument
50 assert(memflags != mtNone, "memory type not specified for C heap object"); in allocate()
51 return (void*)AllocateHeap(byte_size, memflags); in allocate()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dformats.rs210 .imm(&imm.memflags) in new()
217 .imm(&imm.memflags) in new()
225 .imm(&imm.memflags) in new()
231 .imm(&imm.memflags) in new()
237 .imm(&imm.memflags) in new()
242 .imm(&imm.memflags) in new()
249 .imm(&imm.memflags) in new()
256 .imm(&imm.memflags) in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dformats.rs210 .imm(&imm.memflags) in new()
217 .imm(&imm.memflags) in new()
225 .imm(&imm.memflags) in new()
231 .imm(&imm.memflags) in new()
237 .imm(&imm.memflags) in new()
242 .imm(&imm.memflags) in new()
249 .imm(&imm.memflags) in new()
256 .imm(&imm.memflags) in new()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/shared/
H A Dformats.rs210 .imm(&imm.memflags) in new()
217 .imm(&imm.memflags) in new()
225 .imm(&imm.memflags) in new()
231 .imm(&imm.memflags) in new()
237 .imm(&imm.memflags) in new()
242 .imm(&imm.memflags) in new()
249 .imm(&imm.memflags) in new()
256 .imm(&imm.memflags) in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/shared/
H A Dformats.rs210 .imm(&imm.memflags) in new()
217 .imm(&imm.memflags) in new()
225 .imm(&imm.memflags) in new()
231 .imm(&imm.memflags) in new()
237 .imm(&imm.memflags) in new()
242 .imm(&imm.memflags) in new()
249 .imm(&imm.memflags) in new()
256 .imm(&imm.memflags) in new()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/binutils/
H A Drcparse.c179 } memflags; member
2924 yyval.res_info.memflags |= yyvsp[0].memflags.on; in yyparse()
2925 yyval.res_info.memflags &=~ yyvsp[0].memflags.off; in yyparse()
2961 yyval.res_info.memflags |= yyvsp[0].memflags.on; in yyparse()
2962 yyval.res_info.memflags &=~ yyvsp[0].memflags.off; in yyparse()
2977 yyval.res_info.memflags |= yyvsp[0].memflags.on; in yyparse()
2978 yyval.res_info.memflags &=~ yyvsp[0].memflags.off; in yyparse()
2985 yyval.memflags.off = 0; in yyparse()
2991 yyval.memflags.on = 0; in yyparse()
3005 yyval.memflags.on = 0; in yyparse()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Drcparse.c177 } memflags; member
2912 yyval.res_info.memflags |= yyvsp[0].memflags.on; in yyparse()
2913 yyval.res_info.memflags &=~ yyvsp[0].memflags.off; in yyparse()
2949 yyval.res_info.memflags |= yyvsp[0].memflags.on; in yyparse()
2950 yyval.res_info.memflags &=~ yyvsp[0].memflags.off; in yyparse()
2965 yyval.res_info.memflags |= yyvsp[0].memflags.on; in yyparse()
2966 yyval.res_info.memflags &=~ yyvsp[0].memflags.off; in yyparse()
2973 yyval.memflags.off = 0; in yyparse()
2979 yyval.memflags.on = 0; in yyparse()
2993 yyval.memflags.on = 0; in yyparse()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/binutils/
H A Drcparse.c177 } memflags; member
2912 yyval.res_info.memflags |= yyvsp[0].memflags.on; in yyparse()
2913 yyval.res_info.memflags &=~ yyvsp[0].memflags.off; in yyparse()
2949 yyval.res_info.memflags |= yyvsp[0].memflags.on; in yyparse()
2950 yyval.res_info.memflags &=~ yyvsp[0].memflags.off; in yyparse()
2965 yyval.res_info.memflags |= yyvsp[0].memflags.on; in yyparse()
2966 yyval.res_info.memflags &=~ yyvsp[0].memflags.off; in yyparse()
2973 yyval.memflags.off = 0; in yyparse()
2979 yyval.memflags.on = 0; in yyparse()
2993 yyval.memflags.on = 0; in yyparse()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/binutils/
H A Drcparse.c340 } memflags; member
3462 (yyval.res_info).memflags |= (yyvsp[0].memflags).on;
3463 (yyval.res_info).memflags &=~ (yyvsp[0].memflags).off;
3504 (yyval.res_info).memflags |= (yyvsp[0].memflags).on;
3505 (yyval.res_info).memflags &=~ (yyvsp[0].memflags).off;
3522 (yyval.res_info).memflags |= (yyvsp[0].memflags).on;
3523 (yyval.res_info).memflags &=~ (yyvsp[0].memflags).off;
3531 (yyval.memflags).off = 0;
3538 (yyval.memflags).on = 0;
3554 (yyval.memflags).on = 0;
[all …]

1234567