OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HeapChunk
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
HeapMap.h
28
struct
HeapChunk
;
53
HeapChunk
*chunks;
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.h
28
struct
HeapChunk
;
53
HeapChunk
*chunks;
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 17 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026