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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c87 freelist previous ptr (sizeof(void*) bytes)
91 freelist next ptr (sizeof(void*) bytes)
189 // An arena. 'freelist' is a circular, doubly-linked list. 'rz_szB' is
207 Block* freelist[N_MALLOC_LISTS]; member in struct:__anon13665
230 ULong stats__nsearches; /* total # freelist checks */
521 for (i = 0; i < N_MALLOC_LISTS; i++) a->freelist[i] = NULL;
964 // Nb: Determination of which freelist a block lives on is based on the
967 // Convert a payload size in bytes to a freelist number.
1068 a->freelist[lno] with another block on the same list but with a
1079 p_best = a->freelist[ln
[all...]
/external/grub/stage2/
H A Djfs.h345 s8 freelist; /* 1: freelist header */ member in struct:__anon5579::__anon5580
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:__anon5581::__anon5582
/external/qemu/distrib/sdl-1.2.15/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.c1413 unsigned long *freelist; local
1418 freelist = SDL_stack_alloc(unsigned long, nc);
1423 freelist[nfree++] = pixel;
1427 XFreeColors(GFX_Display, SDL_XColorMap, freelist, nfree, 0);
1428 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 213 milliseconds