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

  /external/chromium/base/
process_util_unittest.cc 805 typedef int (*memalign_t)(void **, size_t, size_t); typedef
809 memalign_t memalign =
810 reinterpret_cast<memalign_t>(dlsym(RTLD_DEFAULT, "posix_memalign"));
812 memalign_t memalign = posix_memalign;

Completed in 6260 milliseconds