OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notebufsize
(Results
1 - 1
of
1
) sorted by null
/external/oprofile/module/
oprofile.c
433
uint i,
notebufsize
;
local
438
notebufsize
= sizeof(struct op_note) * sysctl.note_size;
439
note_buffer = vmalloc(
notebufsize
);
442
notebufsize
);
Completed in 316 milliseconds