Home
last modified time | relevance | path

Searched refs:freeblocks (Results 1 - 5 of 5) sorted by relevance

/third_party/toybox/toys/pending/
H A Dmke2fs.c91 unsigned freeblocks; // Free blocks in the filesystem.
384 sb->free_blocks_count = SWAP_LE32(TT.freeblocks); in init_superblock()
627 TT.freeblocks = TT.blocks - temp; in mke2fs_main()
/third_party/python/Objects/
H A Dobmalloc.c2237 * was full and is in no list -- it's not in the freeblocks in pymalloc_free()
3023 uint freeblocks; in _PyObject_DebugMallocStats() local
3034 freeblocks = NUMBLOCKS(sz) - p->ref.count; in _PyObject_DebugMallocStats()
3035 numfreeblocks[sz] += freeblocks; in _PyObject_DebugMallocStats()
3037 if (freeblocks > 0) in _PyObject_DebugMallocStats()
/third_party/python/Modules/
H A D_collectionsmodule.c93 block *freeblocks[MAXFREEBLOCKS]; member
130 return deque->freeblocks[deque->numfreeblocks]; in newblock()
144 deque->freeblocks[deque->numfreeblocks] = b; in freeblock()
1318 PyMem_Free(deque->freeblocks[i]); in deque_dealloc()
/third_party/toybox/generated/
H A Dglobals.h909 unsigned freeblocks; // Free blocks in the filesystem. member
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c1759 static void freeblocks(void) in freeblocks() function
6452 freeblocks(); in main()

Completed in 25 milliseconds