Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:freeblocks
(Results
1 - 5
of
5
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
mke2fs.c
91
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
D
obmalloc.c
2237
* 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.c
93
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
D
globals.h
909
unsigned
freeblocks
; // Free blocks in the filesystem.
member
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfssecaudit.c
1759
static void
freeblocks
(void)
in freeblocks()
function
6452
freeblocks
();
in main()
Completed in 25 milliseconds