HomeSort by relevance Sort by last modified time
    Searched full:ggc_realloc (Results 1 - 3 of 3) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ggc.h 225 #define ggc_realloc(s,z) ggc_realloc_stat (s,z MEM_STAT_INFO)
242 #define GGC_RESIZEVEC(T, P, N) ((T *) ggc_realloc ((P), (N) * sizeof (T)))
245 #define GGC_RESIZEVAR(T, P, N) ((T *) ggc_realloc ((P), (N)))
224 #define ggc_realloc macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ggc.h 225 #define ggc_realloc(s,z) ggc_realloc_stat (s,z MEM_STAT_INFO)
242 #define GGC_RESIZEVEC(T, P, N) ((T *) ggc_realloc ((P), (N) * sizeof (T)))
245 #define GGC_RESIZEVAR(T, P, N) ((T *) ggc_realloc ((P), (N)))
224 #define ggc_realloc macro
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
ggc.h 225 #define ggc_realloc(s,z) ggc_realloc_stat (s,z MEM_STAT_INFO)
242 #define GGC_RESIZEVEC(T, P, N) ((T *) ggc_realloc ((P), (N) * sizeof (T)))
245 #define GGC_RESIZEVAR(T, P, N) ((T *) ggc_realloc ((P), (N)))
224 #define ggc_realloc macro

Completed in 130 milliseconds