HomeSort by relevance Sort by last modified time
    Searched refs:mem_track_memmove_func (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_mem/include/
vpx_mem_tracker.h 157 typedef void*(* mem_track_memmove_func)(void *, const void *, size_t); typedef
174 , mem_track_memmove_func g_memmove_l);
  /external/libvpx/libvpx/vpx_mem/
vpx_mem_tracker.c 66 static mem_track_memmove_func g_memmove = memmove;
762 , mem_track_memmove_func g_memmove_l)

Completed in 233 milliseconds