OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocationSize
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc
247
static uptr
AllocationSize
(const void *p) {
348
int __sanitizer_get_ownership(const void *p) { return
AllocationSize
(p) != 0; }
350
uptr __sanitizer_get_allocated_size(const void *p) { return
AllocationSize
(p); }
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
67
size_t
AllocationSize
;
75
size_t
allocationSize
, uintptr_t objAddress)
78
AllocationSize
(
allocationSize
), ObjAddress(objAddress) {
79
//
AllocationSize
is used only in asserts, prevent an "unused private field"
81
(void)
AllocationSize
;
90
assert(OffsetBytes <=
AllocationSize
&& "Offset out of bounds!");
101
assert(OffsetBytes <=
AllocationSize
&& "Offset out of bounds!");
109
assert(StubOffset <=
AllocationSize
&& "Not enough space allocated!");
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
346
static uptr
AllocationSize
(const void *tagged_ptr) {
477
int __sanitizer_get_ownership(const void *p) { return
AllocationSize
(p) != 0; }
479
uptr __sanitizer_get_allocated_size(const void *p) { return
AllocationSize
(p); }
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp
431
static uptr
AllocationSize
(const void *p) {
680
int __sanitizer_get_ownership(const void *p) { return
AllocationSize
(p) != 0; }
686
uptr __sanitizer_get_allocated_size(const void *p) { return
AllocationSize
(p); }
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc
731
uptr
AllocationSize
(uptr p) {
957
uptr usable_size = instance.
AllocationSize
(reinterpret_cast<uptr>(ptr));
966
return instance.
AllocationSize
(reinterpret_cast<uptr>(ptr));
1078
return instance.
AllocationSize
(ptr) > 0;
1084
uptr allocated_size = instance.
AllocationSize
(ptr);
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp
835
uptr
AllocationSize
(uptr p) {
1092
uptr usable_size = instance.
AllocationSize
(reinterpret_cast<uptr>(ptr));
1101
return instance.
AllocationSize
(reinterpret_cast<uptr>(ptr));
1233
return instance.
AllocationSize
(ptr) > 0;
1239
uptr allocated_size = instance.
AllocationSize
(ptr);
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp
803
uptr
AllocationSize
(uptr p) {
1056
uptr usable_size = instance.
AllocationSize
(reinterpret_cast<uptr>(ptr));
1065
return instance.
AllocationSize
(reinterpret_cast<uptr>(ptr));
1209
return instance.
AllocationSize
(ptr) > 0;
1215
uptr allocated_size = instance.
AllocationSize
(ptr);
/src/external/mit/libuv/dist/src/win/
winapi.h
4140
LARGE_INTEGER
AllocationSize
;
4267
LARGE_INTEGER
AllocationSize
;
4281
LARGE_INTEGER
AllocationSize
;
4298
LARGE_INTEGER
AllocationSize
;
4315
LARGE_INTEGER
AllocationSize
;
Completed in 32 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026