Searched refs:default_alloc (Results 1 - 3 of 3) sorted by path

/haiku/src/libs/stdc++/legacy/
H A Dstrstream.cc34 static void* default_alloc(_IO_size_t size) function
79 _s._allocate_buffer = alloc ? alloc : default_alloc;
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrops.c51 ((FP)->_s._allocate_buffer == default_alloc ? 0 : (FP)->_s._allocate_buffer)
H A Dwstrops.c52 ((FP)->_s._allocate_buffer == default_alloc ? 0 : (FP)->_s._allocate_buffer)

Completed in 93 milliseconds