HomeSort by: relevance | last modified time | path
    Searched defs:heap_region (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn-run.cc 58 hsa_region_t heap_region = { 0 }; variable
305 return get_memory_region (region, &heap_region,
689 struct heap *heap = device_malloc (heap_size, heap_region);
693 void *stack = device_malloc (stack_size, heap_region);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.h 84 heap_region (RK_HEAP): the heap, containing heap_allocated_regions
561 class heap_region : public space_region class in namespace:ana
564 heap_region (symbol::id_t id, region *parent) function in class:ana::heap_region
577 is_a_helper <const heap_region *>::test (const region *reg)
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.h 78 heap_region (RK_HEAP)
514 class heap_region : public space_region class in namespace:ana
517 heap_region (unsigned id, region *parent) function in class:ana::heap_region
530 is_a_helper <const heap_region *>::test (const region *reg)
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-run.cc 57 hsa_region_t heap_region = { 0 }; variable
304 return get_memory_region (region, &heap_region,
701 struct heap *heap = device_malloc (heap_size, heap_region);

Completed in 37 milliseconds