Home | History | Annotate | Download | only in massif

Lines Matching refs:n_bytes

596 static void* perm_malloc(SizeT n_bytes)
603 if (hp + n_bytes > hp_lim) {
611 hp += n_bytes;
613 return (void*)(hp - n_bytes);