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

  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
allocator.c 112 #define MEMSPACE_ALLOC(MEMSPACE, SIZE, PIN) \
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
allocator.c 145 #define MEMSPACE_ALLOC(MEMSPACE, SIZE, PIN) \
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
allocator.c 126 #define MEMSPACE_ALLOC(MEMSPACE, SIZE, PIN) \
  /src/external/gpl3/gcc/dist/libgomp/
allocator.c 108 #ifndef MEMSPACE_ALLOC
109 #define MEMSPACE_ALLOC(MEMSPACE, SIZE, PIN) \
651 ptr = MEMSPACE_ALLOC (allocator_data->memspace, new_size,
689 ptr = MEMSPACE_ALLOC (memspace, new_size,
1237 new_ptr = MEMSPACE_ALLOC (allocator_data->memspace, new_size,
1328 new_ptr = MEMSPACE_ALLOC (memspace, new_size,

Completed in 28 milliseconds