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

  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 50 typedef void* (*__alloc_fn)(size_t); typedef in class:strstreambuf
56 strstreambuf(__alloc_fn, __free_fn);
92 __alloc_fn _M_alloc_fun;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 50 typedef void* (*__alloc_fn)(size_t); typedef in class:strstreambuf
56 strstreambuf(__alloc_fn, __free_fn);
92 __alloc_fn _M_alloc_fun;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 50 typedef void* (*__alloc_fn)(size_t); typedef in class:strstreambuf
56 strstreambuf(__alloc_fn, __free_fn);
92 __alloc_fn _M_alloc_fun;

Completed in 42 milliseconds