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

  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
allocator.c 116 #define MEMSPACE_REALLOC(MEMSPACE, ADDR, OLDSIZE, SIZE, OLDPIN, PIN) \
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
allocator.c 149 #define MEMSPACE_REALLOC(MEMSPACE, ADDR, OLDSIZE, SIZE, OLDPIN, PIN) \
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
allocator.c 130 #define MEMSPACE_REALLOC(MEMSPACE, ADDR, OLDSIZE, SIZE, OLDPIN, PIN) \
  /src/external/gpl3/gcc/dist/libgomp/
allocator.c 116 #ifndef MEMSPACE_REALLOC
117 #define MEMSPACE_REALLOC(MEMSPACE, ADDR, OLDSIZE, SIZE, OLDPIN, PIN) \
1231 new_ptr = MEMSPACE_REALLOC (allocator_data->memspace, data->ptr,
1291 new_ptr = MEMSPACE_REALLOC (memspace, data->ptr, data->size, new_size,

Completed in 19 milliseconds