Home
last modified time | relevance | path

Searched defs:allocation_scope (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
Dallocation.c34 …c(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope allocation_scope) {
51 …c(const VkAllocationCallbacks *pAllocator, size_t size, VkSystemAllocationScope allocation_scope) {
86 VkSystemAllocationScope allocation_scope) {
105 …_alloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) {
109 …calloc(const struct loader_instance *inst, size_t size, VkSystemAllocationScope allocation_scope) {
117 VkSystemAllocationScope allocation_scope) {
121 …eap_alloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) {
125 …ap_calloc(const struct loader_device *dev, size_t size, VkSystemAllocationScope allocation_scope) {
133 VkSystemAllocationScope allocation_scope) {
138 VkSystemAllocationScope allocation_scope) {
[all …]
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1720 RegisterAllocationScope allocation_scope(this); in VisitStatements() local