Home
last modified time | relevance | path

Searched refs:pg (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/moe/server/src/
A Dmalloc.cc128 for (auto const pg : _pages) in alloc() local
130 void *p = pg->alloc(outsz); in alloc()
143 Malloc_page *pg = new (np) Malloc_page(this, outsz); in alloc() local
144 _pages.add(pg); in alloc()
145 void *p = pg->alloc(outsz); in alloc()
158 auto *pg = Malloc_page::from_ptr(block); in free() local
160 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 …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i960/
A Dspecs.uclinux.gcc-2.95.i960-intel-coff29 %{!shared:%{pg:pgcrt0%O%s}%{!pg:%{p:pcrt0%O%s}%{!p:crt0%O%s}}} crti.o%s
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dgetaddrinfo.c797 const struct gaih *g, *pg; in libc_hidden_def() local
838 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()
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dcrt.txt56 Compile with -pg. Produces output suitable for the gprof util.
A DGlibc_vs_uClibc_Differences.txt189 uClibc no longer supports 'gcc -fprofile-arcs -pg' style profiling, which

Completed in 7 milliseconds