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:allocate_memory
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/memctl/
H
A
D
memctl_test01.c
64
int
allocate_memory
(void);
112
ret =
allocate_memory
(); /*should i check ret? */
in main()
161
allocate_memory
();
in signal_handler_sigusr2()
164
int
allocate_memory
(void)
in allocate_memory()
function
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_screen.h
617
struct pipe_memory_allocation *(*
allocate_memory
)(struct pipe_screen *screen,
member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_screen.c
548
trace_dump_call_begin("pipe_screen", "
allocate_memory
");
in trace_screen_allocate_memory()
553
result = screen->
allocate_memory
(screen, size);
in trace_screen_allocate_memory()
1420
tr_scr->base.
allocate_memory
= trace_screen_allocate_memory;
in trace_screen_create()
/third_party/mesa3d/src/gallium/tools/trace/
H
A
D
dump_state.py
202
def
allocate_memory
(screen, size):
member in Screen
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_texture.c
1151
screen->
allocate_memory
= llvmpipe_allocate_memory;
in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_device.c
1713
mem->pmem = device->pscreen->
allocate_memory
(device->pscreen, pAllocateInfo->allocationSize);
in lvp_AllocateMemory()
Completed in 10 milliseconds