Searched refs:nu (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/include/barrelfish/
H A Dheap.h32 typedef union heap_header *(*Morecore_func_t)(struct heap *h, unsigned nu);
44 union heap_header *heap_default_morecore(struct heap *h, unsigned nu);
/barrelfish-2018-10-04/include/
H A Dk_r_malloc.h23 Header *morecore(unsigned nu);
/barrelfish-2018-10-04/lib/libc/sys/barrelfish/
H A Doldsys_morecore.c32 * This function tries to allocate at least the amount given by 'nu'
38 * \param nu Number of memory units (1 unit == sizeof(::Header) bytes)
43 Header *morecore(unsigned nu) argument
46 size_t nb = nu * sizeof(Header);
/barrelfish-2018-10-04/lib/barrelfish/
H A Dheap.c137 * This function allocates at least the amount given by 'nu' in sizeof(::Header)
141 * \param nu Number of memory units (1 unit == sizeof(::Header) bytes)
146 union heap_header *heap_default_morecore(struct heap *heap, unsigned nu) argument
149 size_t nb = ROUND_UP(nu * sizeof(union heap_header),
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dft.c672 int m,nu,ku,i,j,ln; local
680 nu = n;
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml_utilities.pl361 "Nu"-[925], % greek capital letter nu, U+039D
362 "nu"-[957], % greek small letter nu, U+03BD ISOgrk3

Completed in 57 milliseconds