Searched refs:pg (Results 1 – 5 of 5) sorted by relevance
128 for (auto const pg : _pages) in alloc() local130 void *p = pg->alloc(outsz); in alloc()143 Malloc_page *pg = new (np) Malloc_page(this, outsz); in alloc() local144 _pages.add(pg); in alloc()145 void *p = pg->alloc(outsz); in alloc()158 auto *pg = Malloc_page::from_ptr(block); in free() local160 if (pg->container() != this) in free()166 pg->free(block); in free()168 if (pg->unused()) in free()172 if (*it == pg) in free()[all …]
29 %{!shared:%{pg:pgcrt0%O%s}%{!pg:%{p:pcrt0%O%s}%{!p:crt0%O%s}}} crti.o%s
797 const struct gaih *g, *pg; in libc_hidden_def() local838 pg = NULL; in libc_hidden_def()853 if (pg == NULL || pg->gaih != g->gaih) { in libc_hidden_def()854 pg = g; in libc_hidden_def()
56 Compile with -pg. Produces output suitable for the gprof util.
189 uClibc no longer supports 'gcc -fprofile-arcs -pg' style profiling, which
Completed in 7 milliseconds