OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MemoryAllocator
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/courgette/
memory_allocator.h
148
class
MemoryAllocator
{
174
// convert a
MemoryAllocator
<T> to a
MemoryAllocator
<OtherT>
175
typedef
MemoryAllocator
<OtherT> other;
178
MemoryAllocator
() _THROW0() {
183
MemoryAllocator
(const
MemoryAllocator
<T>& other) _THROW0() { // NOLINT
187
MemoryAllocator
(const
MemoryAllocator
<OtherT>& other) _THROW0() { // NOLINT
190
~
MemoryAllocator
() {
[
all
...]
/external/chromium_org/v8/src/
spaces.cc
274
//
MemoryAllocator
277
MemoryAllocator
::
MemoryAllocator
(Isolate* isolate)
288
bool
MemoryAllocator
::SetUp(intptr_t capacity, intptr_t capacity_executable) {
300
void
MemoryAllocator
::TearDown() {
301
// Check that spaces were torn down before
MemoryAllocator
.
310
bool
MemoryAllocator
::CommitMemory(Address base,
321
void
MemoryAllocator
::FreeMemory(VirtualMemory* reservation,
343
void
MemoryAllocator
::FreeMemory(Address base,
368
Address
MemoryAllocator
::ReserveAlignedMemory(size_t size
[
all
...]
spaces.h
117
class
MemoryAllocator
;
722
friend class
MemoryAllocator
;
839
friend class
MemoryAllocator
;
862
friend class
MemoryAllocator
;
[
all
...]
/external/v8/src/
spaces.cc
230
if (!
MemoryAllocator
::CommitCodePage(code_range_,
261
//
MemoryAllocator
264
MemoryAllocator
::
MemoryAllocator
(Isolate* isolate)
273
bool
MemoryAllocator
::SetUp(intptr_t capacity, intptr_t capacity_executable) {
285
void
MemoryAllocator
::TearDown() {
286
// Check that spaces were torn down before
MemoryAllocator
.
295
void
MemoryAllocator
::FreeMemory(VirtualMemory* reservation,
317
void
MemoryAllocator
::FreeMemory(Address base,
342
Address
MemoryAllocator
::ReserveAlignedMemory(size_t size
[
all
...]
spaces.h
118
class
MemoryAllocator
;
637
friend class
MemoryAllocator
;
727
friend class
MemoryAllocator
;
750
friend class
MemoryAllocator
;
943
class
MemoryAllocator
{
945
explicit
MemoryAllocator
(Isolate* isolate);
[
all
...]
Completed in 731 milliseconds