Searched refs:freelist (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c85 freelist previous ptr (sizeof(void*) bytes)
89 freelist next ptr (sizeof(void*) bytes)
169 // An arena. 'freelist' is a circular, doubly-linked list. 'rz_szB' is
177 Block* freelist[N_MALLOC_LISTS]; member in struct:__anon10960
479 for (i = 0; i < N_MALLOC_LISTS; i++) a->freelist[i] = NULL;
814 // Nb: Determination of which freelist a block lives on is based on the
817 // Convert a payload size in bytes to a freelist number.
918 a->freelist[lno] with another block on the same list but with a
929 p_best = a->freelist[lno];
944 if (p_best < a->freelist[ln
[all...]
/external/grub/stage2/
H A Djfs.h345 s8 freelist; /* 1: freelist header */ member in struct:__anon4493::__anon4494
376 * end of entry stot list or freelist is marked with -1.
386 s8 freelist; /* 1: slot index of head of freelist */ member in struct:__anon4495::__anon4496
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11wm.c111 unsigned long freelist[512]; local
115 freelist[nfree++] = i;
119 XFreeColors(GFX_Display, dcmap, freelist, nfree, 0);
H A DSDL_x11video.c1388 unsigned long *freelist; local
1393 freelist = SDL_stack_alloc(unsigned long, nc);
1398 freelist[nfree++] = pixel;
1402 XFreeColors(GFX_Display, SDL_XColorMap, freelist, nfree, 0);
1403 SDL_stack_free(freelist);
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c556 /* initialize the freelist */
1205 PLogError("after reset freelist size is %d", count);
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc532 static Bigint *freelist[Kmax+1]; member in namespace:dmg_fp
551 if (k <= Kmax && (rv = freelist[k]))
552 freelist[k] = rv->next;
592 v->next = freelist[v->k];
593 freelist[v->k] = v;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c340 unsigned short freelist; member in struct:PDB_JG_HEADER

Completed in 131 milliseconds