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

  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 119 team_malloc (size_t size) function
148 char *result = team_malloc (size);
168 #define team_malloc(...) gomp_malloc (__VA_ARGS__) macro
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 122 team_malloc (size_t size) function
150 char *result = team_malloc (size);
170 #define team_malloc(...) gomp_malloc (__VA_ARGS__) macro

Completed in 17 milliseconds