/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | low_level_alloc.cc | 190 AllocList freelist; // head of free list; sorted by addr (under mu) member 268 while (arena->roundup < sizeof (arena->freelist.header)) { in ArenaInit() 274 arena->freelist.header.size = 0; in ArenaInit() 275 arena->freelist.header.magic = in ArenaInit() 276 Magic(kMagicUnallocated, &arena->freelist.header); in ArenaInit() 277 arena->freelist.header.arena = arena; in ArenaInit() 278 arena->freelist.levels = 0; in ArenaInit() 279 memset(arena->freelist.next, 0, sizeof (arena->freelist.next)); in ArenaInit() 321 while (arena->freelist.next[0] != 0) { in DeleteArena() 322 AllocList *region = arena->freelist.next[0]; in DeleteArena() [all …]
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | low_level_alloc.cc | 190 AllocList freelist; // head of free list; sorted by addr (under mu) member 268 while (arena->roundup < sizeof (arena->freelist.header)) { in ArenaInit() 274 arena->freelist.header.size = 0; in ArenaInit() 275 arena->freelist.header.magic = in ArenaInit() 276 Magic(kMagicUnallocated, &arena->freelist.header); in ArenaInit() 277 arena->freelist.header.arena = arena; in ArenaInit() 278 arena->freelist.levels = 0; in ArenaInit() 279 memset(arena->freelist.next, 0, sizeof (arena->freelist.next)); in ArenaInit() 321 while (arena->freelist.next[0] != 0) { in DeleteArena() 322 AllocList *region = arena->freelist.next[0]; in DeleteArena() [all …]
|
/external/libcxxabi/src/ |
D | fallback_malloc.ipp | 65 static heap_node *freelist = NULL; 74 freelist = (heap_node *) heap; 75 freelist->next_node = offset_from_node ( list_end ); 76 freelist->len = HEAP_SIZE / sizeof (heap_node); 91 if ( NULL == freelist ) 95 for (p = freelist, prev = 0; 110 freelist = node_from_offset(p->next_node); 133 for (p = freelist, prev = 0; 155 freelist = cp; 167 cp->next_node = offset_from_node ( freelist ); [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | corrupt4.test | 33 # Create a database with a freelist containing at least two pages. 49 # Verify that there are two pages on the freelist. 55 # Get the page number for the trunk of the freelist. 60 # Verify that the trunk of the freelist has exactly one 68 # Then try to add a new element to the freelist.
|
D | corrupt9.test | 15 # on corruption in the form of duplicate entries on the freelist. 34 # Return the offset to the first (trunk) page of the freelist. Return 35 # zero of the freelist is empty. 43 # This procedure looks at the first trunk page of the freelist and 58 # entries on the freelist. 85 # Corrupt the freelist by adding duplicate entries to the freelist.
|
D | pageropt.test | 108 # Pages written are page 1 (for the freelist pointer), the root page 110 # becomes the trunk of the freelist. Total 3. 120 # When pulling pages off of the freelist, there is no reason 137 # freelist we do not read the content of that page. 168 # There are now 11 pages on the freelist. Move them all into an 171 # of the freelist need to be read (3 pages). And only those three 184 # empty freelist. The first 10 of the 11 pages overflow chain have 187 # freelist need to be journalled and written back.
|
D | corrupt5.test | 29 # Create a database with a freelist containing at least two pages.
|
D | e_vacuum.test | 98 set freelist [expr {$nPage - $sz}] 103 incr freelist -2 105 do_execsql_test e_vacuum-1.1.$tn.3 {PRAGMA freelist_count} $freelist
|
D | ioerr4.test | 52 # on the freelist.
|
/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 | 209 Block* freelist[N_MALLOC_LISTS]; member 560 for (i = 0; i < N_MALLOC_LISTS; i++) a->freelist[i] = NULL; in arena_init() 1092 p_best = a->freelist[lno]; in swizzle() 1107 if (p_best < a->freelist[lno]) { in swizzle() 1109 VG_(printf)("retreat by %ld\n", (Word)(a->freelist[lno] - p_best)); in swizzle() 1111 a->freelist[lno] = p_best; in swizzle() 1264 b = a->freelist[listno]; in sanity_check_malloc_arena() 1284 if (b == a->freelist[listno]) break; in sanity_check_malloc_arena() 1498 if (a->freelist[b_lno] == NULL) { in mkFreeBlock() 1501 a->freelist[b_lno] = b; in mkFreeBlock() [all …]
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Code.py | 634 freelist = self.temps_free.get((type, manage_ref)) 635 if freelist is not None and len(freelist) > 0: 636 result = freelist.pop() 658 freelist = self.temps_free.get((type, manage_ref)) 659 if freelist is None: 660 freelist = [] 661 self.temps_free[(type, manage_ref)] = freelist 662 if name in freelist: 664 freelist.append(name) 674 freelist = self.temps_free.get((type, manage_ref)) [all …]
|
/external/chromium_org/base/third_party/dmg_fp/ |
D | msvc_warnings.patch | 9 - if (k <= Kmax && (rv = freelist[k])) 10 + if (k <= Kmax && freelist[k]) { 11 + rv = freelist[k]; 12 freelist[k] = rv->next;
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lauxlib.c | 519 #define freelist 0 macro 529 lua_rawgeti(L, t, freelist); /* get first free element */ in luaL_ref() 534 lua_rawseti(L, t, freelist); /* (t[freelist] = t[ref]) */ in luaL_ref() 546 lua_rawgeti(L, t, freelist); in luaL_unref() 549 lua_rawseti(L, t, freelist); /* t[freelist] = ref */ in luaL_unref()
|
/external/chromium_org/third_party/sqlite/src/doc/ |
D | pager-invariants.txt | 13 (b) The page was a freelist leaf page at the start of the transaction. 47 all queries. Note in particular the the content of freelist leaf
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | lemon.c | 372 static struct action *freelist = 0; in Action_new() local 375 if( freelist==0 ){ in Action_new() 378 freelist = (struct action *)calloc(amt, sizeof(struct action)); in Action_new() 379 if( freelist==0 ){ in Action_new() 383 for(i=0; i<amt-1; i++) freelist[i].next = &freelist[i+1]; in Action_new() 384 freelist[amt-1].next = 0; in Action_new() 386 newaction = freelist; in Action_new() 387 freelist = freelist->next; in Action_new() 1144 static struct config *freelist = 0; /* List of free configurations */ variable 1153 if( freelist==0 ){ in newconfig() [all …]
|
D | spaceanal.tcl | 399 statline {Pages on the freelist (per header)} $free_pgcnt2 $free_percent2 400 statline {Pages on the freelist (calculated)} $free_pgcnt $free_percent 466 Pages on the freelist 469 future use. The percentage at the right is the number of freelist pages
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_clip.h | 93 struct brw_reg freelist; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip.h | 93 struct brw_reg 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_org/third_party/tcmalloc/vendor/src/ |
D | page_heap.h | 172 int freelist); // ON_NORMAL_FREELIST or ON_RETURNED_FREELIST
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | page_heap.h | 182 int freelist); // ON_NORMAL_FREELIST or ON_RETURNED_FREELIST
|