Lines Matching full: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);