Searched refs:MCLD_RELOCATIONS_PER_INPUT (Results 1 – 6 of 6) sorted by relevance
44 #define MCLD_RELOCATIONS_PER_INPUT 1024 macro
120 #define MCLD_RELOCATIONS_PER_INPUT 1024 macro
17 #define MCLD_RELOCATIONS_PER_INPUT 1024
26 : public GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT> {
26 : GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>(), m_pConfig(NULL) { in RelocationFactory()
28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>;