HomeSort by relevance Sort by last modified time
    Searched full:perm_malloc (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/massif/
ms_main.c 596 static void* perm_malloc(SizeT n_bytes) function
606 VG_(out_of_memory_NORETURN)( "massif:perm_malloc",
618 // XPts are never freed, so we can use perm_malloc to allocate them.
619 // Note that we cannot use perm_malloc for the 'children' array, because
621 XPt* xpt = perm_malloc(sizeof(XPt));
    [all...]

Completed in 154 milliseconds