Home
last modified time | relevance | path

Searched refs:PetscUnpoisonMemoryRegion (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx133 PetscCall(PetscUnpoisonMemoryRegion(header, sizeof(*header))); in delete_ptr_()
134 PetscCall(PetscUnpoisonMemoryRegion(header, total_size_(header->size, header->align))); in delete_ptr_()
270 PetscCall(PetscUnpoisonMemoryRegion(buffer_zone_end, sizeof(*buffer_zone_end))); in extract_header_()
352 PetscCall(PetscUnpoisonMemoryRegion(aligned_ptr, size)); in allocate_ptr_()
397 PetscCall(PetscUnpoisonMemoryRegion(header, sizeof(*header))); in get_attributes()
448 PetscCall(PetscUnpoisonMemoryRegion(ptr, size)); in try_allocate()
549 PetscCall(PetscUnpoisonMemoryRegion(ptr, *size)); in unpoison()
/petsc/include/petsc/private/
H A Dmempoison.h126 static inline PetscErrorCode PetscUnpoisonMemoryRegion(const void *ptr, size_t size) in PetscUnpoisonMemoryRegion() function