Searched refs:HeapObj (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DHeapMap.h27 struct HeapObj;
49 HeapObj *getHeapObj ();
50 void releaseHeapObj (HeapObj*);
51 UnmapChunk *process (HeapObj *obj, uint64_t addr, int64_t size);
54 HeapObj *empty;
55 HeapObj **chain;
56 HeapObj *mmaps;
H A DHeapMap.cc25 #define HEAPCHUNKSZ 1024 // number of HeapObj's in a chunk
29 typedef struct HeapObj struct
34 HeapObj *next;
35 } HeapObj; typedef in typeref:struct:HeapObj
47 chain = new HeapObj*[HEAPCHAINS];
51 mmaps = new HeapObj;
75 // get a HeapObj, and set it up for the allocated block
76 HeapObj *incoming = getHeapObj ();
92 HeapObj *prev = NULL;
93 HeapObj *nex
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHeapMap.h27 struct HeapObj;
49 HeapObj *getHeapObj ();
50 void releaseHeapObj (HeapObj*);
51 UnmapChunk *process (HeapObj *obj, uint64_t addr, int64_t size);
54 HeapObj *empty;
55 HeapObj **chain;
56 HeapObj *mmaps;
H A DHeapMap.cc25 #define HEAPCHUNKSZ 1024 // number of HeapObj's in a chunk
29 typedef struct HeapObj struct
34 HeapObj *next;
35 } HeapObj; typedef in typeref:struct:HeapObj
47 chain = new HeapObj*[HEAPCHAINS];
51 mmaps = new HeapObj;
75 // get a HeapObj, and set it up for the allocated block
76 HeapObj *incoming = getHeapObj ();
92 HeapObj *prev = NULL;
93 HeapObj *nex
[all...]

Completed in 95 milliseconds