Home
last modified time | relevance | path

Searched refs:DSM_BLOCK_COUNT (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_alloc.h165 #define DSM_BLOCK_COUNT (1000) macro
166 #define DSM_BLOCK_SIZE (sizeof(struct simple_malloc_entry_s)*DSM_BLOCK_COUNT)
172 struct simple_malloc_entry_s sr_entry[DSM_BLOCK_COUNT];
H A Ddwarf_alloc.c1187 if (cur->sr_used >= DSM_BLOCK_COUNT) { in _dwarf_simple_malloc_add_to_list()