OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 15:26:31 UTC 2026