Searched refs:PetscPoisonMemoryRegion (Results 1 – 2 of 2) sorted by relevance
277 PetscCall(PetscPoisonMemoryRegion(buffer_zone_end, sizeof(*buffer_zone_end))); in extract_header_()351 PetscCall(PetscPoisonMemoryRegion(base_ptr, total_size)); in allocate_ptr_()400 PetscCall(PetscPoisonMemoryRegion(header, sizeof(*header))); in get_attributes()517 PetscCall(PetscPoisonMemoryRegion(ptr, size)); in deallocate()569 PetscCall(PetscPoisonMemoryRegion(ptr, size)); in repoison()
92 static inline PetscErrorCode PetscPoisonMemoryRegion(const void *ptr, size_t size) in PetscPoisonMemoryRegion() function