OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HeapChunk
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
HeapMap.cc
37
typedef struct
HeapChunk
40
HeapChunk
*next;
41
}
HeapChunk
;
61
HeapChunk
*c = chunks;
64
HeapChunk
*next = c->next;
153
HeapChunk
*c = new
HeapChunk
;
/src/external/gpl3/binutils.old/dist/gprofng/src/
HeapMap.cc
37
typedef struct
HeapChunk
40
HeapChunk
*next;
41
}
HeapChunk
;
61
HeapChunk
*c = chunks;
64
HeapChunk
*next = c->next;
153
HeapChunk
*c = new
HeapChunk
;
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_report.cpp
446
struct
HeapChunk
{
464
HeapChunk
CopyHeapChunk() const;
482
const
HeapChunk
heap;
558
BaseReport::
HeapChunk
BaseReport::CopyHeapChunk() const {
559
HeapChunk
result = {};
Completed in 57 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026