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

/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c157 Int notelen = sizeof(struct note) + local
160 struct note *n = VG_(arena_malloc)(VG_AR_CORE, "coredump-elf.an.1", notelen);
162 VG_(memset)(n, 0, notelen);

Completed in 71 milliseconds