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

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 448 Addr a_new; local
450 a_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_szB);
452 if (a_new) {
459 MC_(make_mem_noaccess)( a_new-MC_(Malloc_Redzone_SzB),
461 MC_(copy_address_range_state) ( (Addr)p_old, a_new, new_szB );
462 MC_(make_mem_noaccess) ( a_new+new_szB, MC_(Malloc_Redzone_SzB));
465 VG_(memcpy)((void*)a_new, p_old, new_szB);
480 mc = create_MC_Chunk( ec, a_new, new_szB, MC_AllocMalloc );
483 p_new = (void*)a_new;
487 Addr a_new; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 83 class A_new(object):
122 class B_new(A_new):
123 "A new-style class, derived from A_new."
142 class C_new(A_new):
143 "A new-style class, derived from A_new."
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 83 class A_new(object):
122 class B_new(A_new):
123 "A new-style class, derived from A_new."
142 class C_new(A_new):
143 "A new-style class, derived from A_new."

Completed in 529 milliseconds