OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunk_t
(Results
1 - 6
of
6
) sorted by null
/hardware/msm7k/libgralloc/
allocator.cpp
49
chunk_t
* node = new
chunk_t
(0, mHeapSize / kMemoryAlign);
72
chunk_t
const * const freed = dealloc(offset);
85
chunk_t
* free_chunk = 0;
86
chunk_t
* cur = mList.head();
111
chunk_t
* split = new
chunk_t
(free_chunk->start, extra);
121
chunk_t
* split = new
chunk_t
(
131
SimpleBestFitAllocator::
chunk_t
* SimpleBestFitAllocator::dealloc(size_t start
[
all
...]
allocator.h
109
struct
chunk_t
{
struct in class:SimpleBestFitAllocator
110
chunk_t
(size_t start, size_t size)
function in struct:SimpleBestFitAllocator::chunk_t
116
mutable
chunk_t
* prev;
117
mutable
chunk_t
* next;
121
chunk_t
* dealloc(size_t start);
125
LinkedList<
chunk_t
> mList;
/hardware/msm7k/libgralloc-qsd8k/
allocator.cpp
49
chunk_t
* node = new
chunk_t
(0, mHeapSize / kMemoryAlign);
72
chunk_t
const * const freed = dealloc(offset);
85
chunk_t
* free_chunk = 0;
86
chunk_t
* cur = mList.head();
111
chunk_t
* split = new
chunk_t
(free_chunk->start, extra);
121
chunk_t
* split = new
chunk_t
(
131
SimpleBestFitAllocator::
chunk_t
* SimpleBestFitAllocator::dealloc(size_t start
[
all
...]
allocator.h
110
struct
chunk_t
{
struct in class:SimpleBestFitAllocator
111
chunk_t
(size_t start, size_t size)
function in struct:SimpleBestFitAllocator::chunk_t
117
mutable
chunk_t
* prev;
118
mutable
chunk_t
* next;
122
chunk_t
* dealloc(size_t start);
126
LinkedList<
chunk_t
> mList;
/frameworks/native/libs/binder/
MemoryDealer.cpp
140
struct
chunk_t
{
struct in class:android::SimpleBestFitAllocator
141
chunk_t
(size_t start, size_t size)
function in struct:android::SimpleBestFitAllocator::chunk_t
147
mutable
chunk_t
* prev;
148
mutable
chunk_t
* next;
152
chunk_t
* dealloc(size_t start);
158
LinkedList<
chunk_t
> mList;
277
chunk_t
* node = new
chunk_t
(0, mHeapSize / kMemoryAlign);
303
chunk_t
const * const freed = dealloc(offset);
316
chunk_t
* free_chunk = 0
[
all
...]
/external/valgrind/main/callgrind/
fn.c
39
struct
chunk_t
{ int start, len; };
struct
44
struct
chunk_t
chunk[];
Completed in 337 milliseconds