Displaying 4 results from an estimated 4 matches for "ptr_".
Did you mean:
ptr
2010 Apr 14
3
tincd without root privileges
hey,
is there a way to run tinc on a (linux) box, with a public ip,
but on which i don't have root privileges ?
the server just connects nodes (behind natted firewall) & relays
their traffic, so no need for tap/tun interface on the box itself.
ptr_
--
http://www.L45.be/voidpointer
0493 52 5009
2020 Sep 13
2
libva-utils test siuite is crashing in nouveau sriver
...d0f7 in vaCreateContext () from /lib64/libva.so.2
No symbol table info available.
#2 0x000055b48d29a419 in VAAPI::VAAPIFixture::doCreateContext
(this=<optimized out>, resolution=..., expectation=@0x7ffea3f6e468: 4) at
test_va_api_fixture.cpp:436
gtest_ar = {success_ = 32, message_ = {ptr_ = 0xebe6e1ca084a2300}}
#3 0x000055b48d29ed34 in
VAAPI::VAAPICreateContextToFail_CreateContextWithNoConfig_Test::TestBody
(this=0x55b48e39c430) at test_utils.h:36
No locals.
#4 0x000055b48d296e23 in testing::Test::Run (this=0x55b48e39c430) at
../test/gtest/src/gtest.cc:2474
impl = 0x55b48d...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...;
+ int n = snprintf(num, sizeof(num), float_data<Float>::spec, value);
+ s += string_ref(num, num + n);
+ }
+ }
+};
+
+template <std::size_t N>
+class arena
+{
+ static const std::size_t alignment = 16;
+ alignas(alignment) char buf_[N];
+ char* ptr_;
+
+ std::size_t
+ align_up(std::size_t n) noexcept
+ {return (n + (alignment-1)) & ~(alignment-1);}
+
+ bool
+ pointer_in_buffer(char* p) noexcept
+ {return buf_ <= p && p <= buf_ + N;}
+
+public:
+ arena() noexcept : ptr_(buf_) {}
+ ~arena() {ptr...
2019 Mar 26
1
IMAP coredumps for one user
...892e0 "maureen.xxxx at xxxx.co.ke"
i = <optimized out>
#10 0x0000000081ec24fb in XQuerySet::add (this=0x7fffffffe3e0,
type=<optimized out>, s=<optimized out>) at
./fts-backend-xapian-functions.cpp:182
sp = {<icu::UMemory> = {<No data fields>}, ptr_ = 0x81eb8591
"body", length_ = 4, static npos = 2147483647}
t = {<icu::Replaceable> = {<icu::UObject> = {<icu::UMemory> = {<No
data fields>}, _vptr$UObject = 0x822c3bc0 <vtable for
icu::UnicodeString+16>}, <No data fields>}, fUnion = {fStackFiel...