Searched refs:ggc_alloc_stat (Results 1 – 8 of 8) sorted by relevance
205 extern void *ggc_alloc_stat (size_t MEM_STAT_DECL);206 #define ggc_alloc(s) ggc_alloc_stat (s MEM_STAT_INFO)315 # define ggc_alloc_zone_pass_stat(s, z) ggc_alloc_stat (s PASS_MEM_STAT)
44 ggc_alloc_stat (size_t size MEM_STAT_DECL) in ggc_alloc_stat() function
138 void *buf = ggc_alloc_stat (size PASS_MEM_STAT); in ggc_alloc_cleared_stat()151 return ggc_alloc_stat (size PASS_MEM_STAT); in ggc_realloc_stat()173 r = ggc_alloc_stat (size PASS_MEM_STAT); in ggc_realloc_stat()
1075 return ggc_alloc_stat (size PASS_MEM_STAT); in ggc_alloc_typed_stat()1081 ggc_alloc_stat (size_t size MEM_STAT_DECL) in ggc_alloc_stat() function
1295 ggc_alloc_stat (size_t size MEM_STAT_DECL) in ggc_alloc_stat() function
3230 (ggc_alloc_stat): Use NUM_SIZE_LOOKUP.4192 (ggc_alloc_stat): Adjust user.
34710 (ggc_alloc_stat): New name of ggc_alloc. Add MEM_STAT_DECL39589 * ggc-none.c (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,39596 ggc_alloc_stat): Rename from ... ; pass locations39599 (ggc_alloc_stat): Record overehead.39602 (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,
18188 * ggc-page.c (ggc_alloc_stat): Record amount of memory allocated.20960 * ggc-zone.c (ggc_alloc_typed_stat, ggc_alloc_stat): Use34489 * ggc-page.c (ggc_alloc_stat): Use __builtin_ctzl instead of a