Searched refs:freeptr (Results 1 – 4 of 4) sorted by relevance
118 #define ADDFREEQ(x) (x)->prevfree = &(freeptr[0]);\119 (x)->nextfree = freeptr[0].nextfree;\120 freeptr[0].nextfree->prevfree = (x);\121 freeptr[0].nextfree = (x);\128 #define MOVEHEAD(x) freeptr[1].prevfree->nextfree = freeptr[0].nextfree;\129 freeptr[0].nextfree->prevfree = \130 freeptr[1].prevfree;\131 (x)->prevfree->nextfree = &(freeptr[1]);\132 freeptr[1].prevfree = (x)->prevfree;\133 (x)->prevfree = &(freeptr[0]);\[all …]
128 #define freeptr (arena + 2) macro157 p = &freeptr[0]; in checkq()161 while (p != &freeptr[1]) { in checkq()168 while (p != &freeptr[0]) { in checkq()315 if (freeptr[0].nextfree == GROUND) { in malloc_unlocked()321 freeptr[0].nextfree = &(freeptr[1]); in malloc_unlocked()322 freeptr[1].nextblk = &(arena[0]); in malloc_unlocked()323 freeptr[1].prevfree = &(freeptr[0]); in malloc_unlocked()466 if ((freeptr[1].nextblk-&(freeptr[1])) < nb) { in malloc_unlocked()472 blk = freeptr; in malloc_unlocked()[all …]
50 register db_index_entry *freeptr = NULL; local106 if (freeptr != NULL) {107 mem_free(freeptr, sizeof (db_index_entry));110 freeptr = loc;119 if ((freeptr != NULL) && (xdrs->x_op == XDR_FREE)) {120 mem_free(freeptr, sizeof (db_index_entry));149 register db_free_entry *freeptr = NULL; local198 if (freeptr != NULL) {199 mem_free(freeptr, sizeof (db_free_entry));202 freeptr = loc;[all …]
981 char *pluginlist = NULL, *freeptr = NULL, *thisplugin = NULL; local984 thisplugin = freeptr = pluginlist;1014 sasl_FREE(freeptr);