commit | 43226e1091ebbdf3e028df04fb8acaab7185b39f | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Fri Jan 12 18:57:38 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 12 18:57:38 2024 +0000 |
tree | ea5a3c7a4d41150ad9fc5e86cf085122eedff84f | |
parent | aa7748413b909e531206c3bacc9bc8b495809840 [diff] |
SlabAllocator: Remove dangling pointers. The `LeakedDanglingUntriaged` was caused by "placement delete" not being called. The `LeakedDanglingUntriaged` was only about the ordering in between releasing memory and clearing the pointer. Bug: dawn:2341 Fixed: dawn:2341 Change-Id: I338189737a6862056c253e95d0161319e32a1513 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/169382 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.