Home
last modified time | relevance | path

Searched refs:array_allocate (Results 1 – 25 of 122) sorted by relevance

12345

/dports/devel/libowfat/libowfat-0.32/array/
H A Darray_allocate.c13 p = array_allocate(&x,sizeof(t),pos);
15 array_allocate makes sure that enough bytes are allocated in x for at
18 allocated (or x is unallocated), array_allocate allocates more bytes,
19 moving the dynamically allocated region if necessary. array_allocate
23 array_allocate then makes sure that the number of bytes initialized
25 initialized, array_allocate initializes more bytes (setting them to
28 array_allocate then returns a pointer to the pos+1st object; i.e.,
35 If something goes wrong, array_allocate returns 0, setting errno
36 appropriately, without touching x. In particular, array_allocate
43 array_allocate does not change x to have failed; if you want to do
[all …]
H A Darray_catb.c14 if (!array_allocate(to,1,to->initialized+len-1)) in array_catb()
H A Darray_get.c12 array_get is similar to array_allocate, but it does not allocate any
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DResultsDBBase.hpp123 void array_allocate(const StrStrSizet& iterator_id,
189 array_allocate(const StrStrSizet& iterator_id, in array_allocate() function in Dakota::ResultsDBBase
H A DResultsManager.hpp203 array_allocate(const StrStrSizet& iterator_id, in array_allocate() function in Dakota::ResultsManager
209 db->array_allocate<StoredType>(iterator_id, data_name, array_size, metadata); in array_allocate()
H A DDakotaMinimizer.cpp701 resultsDB.array_allocate<RealVector> in archive_best_variables()
713 resultsDB.array_allocate<IntVector> in archive_best_variables()
725 resultsDB.array_allocate<StringArray> in archive_best_variables()
737 resultsDB.array_allocate<RealVector> in archive_best_variables()
837 resultsDB.array_allocate<RealVector> in archive_best_objective_functions()
881 resultsDB.array_allocate<RealVector> in archive_best_residuals()
/dports/devel/libowfat/libowfat-0.32/io/
H A Diob_new.c10 if (!array_allocate(&b->b,sizeof(iob_entry),hint_entries)) { in iob_new()
H A Diob_addbuf_internal.c10 e=array_allocate(&b->b,sizeof(iob_entry),array_length(&b->b,sizeof(iob_entry))); in iob_addbuf_internal()
H A Diob_addfile.c7 e=array_allocate(&b->b,sizeof(iob_entry), in iob_addfile()
H A Diob_addfile_close.c14 e=array_allocate(&b->b,sizeof(iob_entry), in iob_addfile_close()
/dports/devel/libowfat/libowfat-0.32/textcode/
H A Dscan_to_array.c10 if (!array_allocate(dest,1,array_bytes(dest)+needed-1)) return 0; in scan_to_array()
H A Dfmt_to_array.c8 array_allocate(a,1,array_bytes(a)+needed-1)) { in fmt_to_array()
H A Dscan_tofrom_array.c14 if (!array_allocate(dest,1,array_bytes(dest)+needed-1)) return 0; in scan_tofrom_array()
H A Dfmt_tofrom_array.c11 array_allocate(dest,1,array_bytes(dest)+needed-1)) { in fmt_tofrom_array()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp38 inline oop CollectedHeap::array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS) { in array_allocate() function in CollectedHeap
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp39 inline oop CollectedHeap::array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS) { in array_allocate() function in CollectedHeap
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp75 inline oop CollectedHeap::array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS) { in array_allocate() function in CollectedHeap
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp75 inline oop CollectedHeap::array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS) { in array_allocate() function in CollectedHeap
/dports/devel/libowfat/libowfat-0.32/
H A Darray.h24 void* array_allocate(array* x,uint64 membersize,int64 pos);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DcollectedHeap.inline.hpp75 inline oop CollectedHeap::array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS) { in array_allocate() function in CollectedHeap
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzCollectedHeap.cpp139 oop ZCollectedHeap::array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS) { in array_allocate() function in ZCollectedHeap
141 return CollectedHeap::array_allocate(klass, size, length, false /* do_zero */, THREAD); in array_allocate()
H A DzCollectedHeap.hpp78 virtual oop array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzCollectedHeap.cpp140 oop ZCollectedHeap::array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS) { in array_allocate() function in ZCollectedHeap
142 return CollectedHeap::array_allocate(klass, size, length, false /* do_zero */, THREAD); in array_allocate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzCollectedHeap.cpp142 oop ZCollectedHeap::array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS) { in array_allocate() function in ZCollectedHeap
144 return CollectedHeap::array_allocate(klass, size, length, false /* do_zero */, THREAD); in array_allocate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzCollectedHeap.cpp133 oop ZCollectedHeap::array_allocate(Klass* klass, int size, int length, bool do_zero, TRAPS) { in array_allocate() function in ZCollectedHeap
135 return CollectedHeap::array_allocate(klass, size, length, false /* do_zero */, THREAD); in array_allocate()

12345