OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VDSOSupport
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
vdso_support.h
44
//
VDSOSupport
-- a class representing kernel VDSO (if present).
47
//
VDSOSupport
vdso;
48
//
VDSOSupport
::SymbolInfo info;
72
class
VDSOSupport
{
74
VDSOSupport
();
142
DISALLOW_COPY_AND_ASSIGN(
VDSOSupport
);
vdso_support.cc
35
//
VDSOSupport
-- a class representing kernel VDSO (if present).
59
const void *
VDSOSupport
::vdso_base_ = ElfMemImage::kInvalidBase;
60
VDSOSupport
::GetCpuFn
VDSOSupport
::getcpu_fn_ = &InitAndGetCPU;
61
VDSOSupport
::
VDSOSupport
()
63
// before
VDSOSupport
::Init has been called. Call it now.
76
const void *
VDSOSupport
::Init() {
111
VDSOSupport
vdso;
126
const void *
VDSOSupport
::SetBase(const void *base)
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
vdso_support.h
44
//
VDSOSupport
-- a class representing kernel VDSO (if present).
47
//
VDSOSupport
vdso;
48
//
VDSOSupport
::SymbolInfo info;
72
class
VDSOSupport
{
74
VDSOSupport
();
142
DISALLOW_COPY_AND_ASSIGN(
VDSOSupport
);
vdso_support.cc
35
//
VDSOSupport
-- a class representing kernel VDSO (if present).
59
const void *
VDSOSupport
::vdso_base_ = ElfMemImage::kInvalidBase;
60
VDSOSupport
::GetCpuFn
VDSOSupport
::getcpu_fn_ = &InitAndGetCPU;
61
VDSOSupport
::
VDSOSupport
()
63
// before
VDSOSupport
::Init has been called. Call it now.
76
const void *
VDSOSupport
::Init() {
111
VDSOSupport
vdso;
126
const void *
VDSOSupport
::SetBase(const void *base)
[
all
...]
Completed in 9833 milliseconds