HomeSort by relevance Sort by last modified time
    Searched full:n_bytes (Results 26 - 27 of 27) sorted by null

12

  /external/valgrind/main/massif/
ms_main.c 596 static void* perm_malloc(SizeT n_bytes)
603 if (hp + n_bytes > hp_lim) {
611 hp += n_bytes;
613 return (void*)(hp - n_bytes);
    [all...]
  /external/valgrind/main/VEX/priv/
host_ppc_defs.c     [all...]

Completed in 112 milliseconds

12