Home
last modified time | relevance | path

Searched refs:MALLOC_FOLLOW (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libc/stdlib/
Dmalloc_brk.c113 #define MALLOC_FOLLOW ((struct pginfo*) 3) macro
261 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()
Dmalloc_mmap.c124 #define MALLOC_FOLLOW ((struct pginfo*) 3) macro
412 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()