Searched refs:freelist (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/main/memcheck/tests/ |
D | big_blocks_freed_list.vgtest | 2 vgopts: --freelist-vol=1000000 --freelist-big-blocks=50000
|
D | memalign2.vgtest | 2 vgopts: -q --freelist-vol=100000 --freelist-big-blocks=0
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | static-functions | 6 /* file: freelist.c */ 8 /* read a freelist record and check for simple errors */
|
/external/valgrind/main/coregrind/ |
D | m_mallocfree.c | 207 Block* freelist[N_MALLOC_LISTS]; member 521 for (i = 0; i < N_MALLOC_LISTS; i++) a->freelist[i] = NULL; in arena_init() 1079 p_best = a->freelist[lno]; in swizzle() 1094 if (p_best < a->freelist[lno]) { in swizzle() 1096 VG_(printf)("retreat by %ld\n", (Word)(a->freelist[lno] - p_best)); in swizzle() 1098 a->freelist[lno] = p_best; in swizzle() 1238 b = a->freelist[listno]; in sanity_check_malloc_arena() 1258 if (b == a->freelist[listno]) break; in sanity_check_malloc_arena() 1420 if (a->freelist[b_lno] == NULL) { in mkFreeBlock() 1423 a->freelist[b_lno] = b; in mkFreeBlock() [all …]
|
/external/grub/stage2/ |
D | jfs.h | 345 s8 freelist; /* 1: freelist header */ member 386 s8 freelist; /* 1: slot index of head of freelist */ member
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11wm.c | 111 unsigned long freelist[512]; in X11_SetIcon() local 115 freelist[nfree++] = i; in X11_SetIcon() 119 XFreeColors(GFX_Display, dcmap, freelist, nfree, 0); in X11_SetIcon()
|
D | SDL_x11video.c | 1413 unsigned long *freelist; in X11_SetColors() local 1418 freelist = SDL_stack_alloc(unsigned long, nc); in X11_SetColors() 1423 freelist[nfree++] = pixel; in X11_SetColors() 1427 XFreeColors(GFX_Display, SDL_XColorMap, freelist, nfree, 0); in X11_SetColors() 1428 SDL_stack_free(freelist); in X11_SetColors()
|
/external/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 532 static Bigint *freelist[Kmax+1]; variable 551 if (k <= Kmax && (rv = freelist[k])) 552 freelist[k] = rv->next; 592 v->next = freelist[v->k]; 593 freelist[v->k] = v;
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count7.ll | 20 @freelist = external global i32 ; <i32*> [#uses=0]
|
/external/dnsmasq/contrib/dns-loc/ |
D | dnsmasq2-loc-rfc1876.patch | 28 union bigname *next; /* freelist */
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readpdb.c | 340 unsigned short freelist; member
|