Home | History | Annotate | Download | only in massif

Lines Matching refs:n_bytes

600 static void* perm_malloc(SizeT n_bytes)
607 if (hp + n_bytes > hp_lim) {
615 hp += n_bytes;
617 return (void*)(hp - n_bytes);