HomeSort by: relevance | last modified time | path
    Searched defs:malloc_address (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_linux_test.cc 38 uptr malloc_address = 0; local in function:__interception::TEST
39 EXPECT_TRUE(GetRealFunctionAddress("malloc", &malloc_address, 0, 0));
40 EXPECT_NE(0U, malloc_address);

Completed in 11 milliseconds