HomeSort by: relevance | last modified time | path
    Searched refs:FROM_NEW_BR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_new_delete.cc 109 { OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/); }
115 { OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/); }
121 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); }
127 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); }
134 OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/);
140 OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/);
170 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
176 { OPERATOR_DELETE_BODY(FROM_NEW_BR); }
182 { OPERATOR_DELETE_BODY_SIZE(FROM_NEW_BR); }
188 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); }
    [all...]
asan_allocator.h 29 FROM_NEW_BR = 3 // Memory block came from operator new [ ]
asan_allocator.cc 640 (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) &&

Completed in 13 milliseconds