Home
last modified time | relevance | path

Searched refs:total_size (Results 1 – 5 of 5) sorted by relevance

/petsc/share/petsc/saws/js/ !
H A DboxTree.js27 var total_size = data[endtag].total_size;
45 var childTotalSize = data[childEndtag].total_size;
115 data[endtag].total_size = text_size; //simply set total_size to text_size
140 var childSize = data[childEndtag].total_size;
153 var childSize = data[childEndtag].total_size;
173 elapsedDist += data[childEndtag].total_size.height;
181 …var child2_pos = elapsedDist + data[child1_endtag].total_size.height + data[child2_endtag].visu…
190 elapsedDist += data[childEndtag].total_size.height;
199 var total_size = new Object();
203 total_size.height = southFrontier;
[all …]
H A Devents.js93total_size.width + "\" height=\"" + matInfo["0"].total_size.height + "\" viewBox=\"0 0 " + matInfo…
H A DPETSc.js77total_size.width + "\" height=\"" + sawsInfo["0"].total_size.height + "\" viewBox=\"0 0 " + sawsIn…
/petsc/src/sys/objects/cxx/memory/ !
H A Dobject_pool.cxx300 const auto total_size = total_size_(size, align); in allocate_ptr_() local
301 const auto size_before = total_size - header_size; in allocate_ptr_()
328 base_ptr = ::new (std::nothrow) unsigned char[total_size]; in allocate_ptr_()
329 …se_ptr, PETSC_COMM_SELF, PETSC_ERR_MEM, "operator new() failed to allocate %zu bytes", total_size); in allocate_ptr_()
351 PetscCall(PetscPoisonMemoryRegion(base_ptr, total_size)); in allocate_ptr_()
/petsc/include/petsc/private/valgrind/ !
H A Dvalgrind.h7099 #define VALGRIND_LOAD_PDB_DEBUGINFO(fd, ptr, total_size, delta) \ argument
7101 fd, ptr, total_size, delta, 0)