bug-14184: Transient memory allocations
diff --git a/icd/intel/mem.c b/icd/intel/mem.c
index d44ac7c..e559e2c 100644
--- a/icd/intel/mem.c
+++ b/icd/intel/mem.c
@@ -125,3 +125,11 @@
 {
     return VK_SUCCESS;
 }
+
+ICD_EXPORT VkResult VKAPI vkGetDeviceMemoryCommitment(
+    VkDevice                                  device,
+    VkDeviceMemory                            memory,
+    VkDeviceSize*                             pCommittedMemoryInBytes)
+{
+    return VK_SUCCESS;
+}