OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FROM_NEW_BR
(Results
1 - 2
of
2
) 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 [ ]
Completed in 25 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026