Searched refs:MALLOC_FOLLOW (Results 1 – 2 of 2) sorted by relevance
113 #define MALLOC_FOLLOW ((struct pginfo*) 3) macro261 for(j++;j<=last_index && pd[j] == MALLOC_FOLLOW;j++) in malloc_dump()638 page_dir[indexx+i] = MALLOC_FOLLOW; in malloc_pages()905 for (osize = malloc_pagesize; *(++mp) == MALLOC_FOLLOW;) in irealloc()993 for (i = 1; page_dir[indexx+i] == MALLOC_FOLLOW; i++) in free_pages()
124 #define MALLOC_FOLLOW ((struct pginfo*) 3) macro412 for (j++; j <= last_index && pd[PI_OFF(j)] == MALLOC_FOLLOW;) { in malloc_dump()975 pd[PI_OFF(index + i)] = MALLOC_FOLLOW; in malloc_pages()1307 pi != NULL && pd[PI_OFF(i)] == MALLOC_FOLLOW;) { in irealloc()1416 while (pi != NULL && pd[PI_OFF(index + i)] == MALLOC_FOLLOW) { in free_pages()