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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 110 uptr old_size = GetActuallyAllocatedSize(p);
149 uptr GetActuallyAllocatedSize(void *p) {
151 return primary_.GetActuallyAllocatedSize(p);
152 return secondary_.GetActuallyAllocatedSize(p);
sanitizer_allocator_secondary.h 169 uptr GetActuallyAllocatedSize(void *p) {
sanitizer_allocator_primary32.h 205 uptr GetActuallyAllocatedSize(void *p) {
sanitizer_allocator_primary64.h 198 uptr GetActuallyAllocatedSize(void *p) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 106 uptr old_size = GetActuallyAllocatedSize(p);
143 uptr GetActuallyAllocatedSize(void *p) {
145 return primary_.GetActuallyAllocatedSize(p);
146 return secondary_.GetActuallyAllocatedSize(p);
sanitizer_allocator_secondary.h 168 uptr GetActuallyAllocatedSize(void *p) {
sanitizer_allocator_primary32.h 217 uptr GetActuallyAllocatedSize(void *p) {
sanitizer_allocator_primary64.h 274 uptr GetActuallyAllocatedSize(void *p) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 106 uptr old_size = GetActuallyAllocatedSize(p);
143 uptr GetActuallyAllocatedSize(void *p) {
145 return primary_.GetActuallyAllocatedSize(p);
146 return secondary_.GetActuallyAllocatedSize(p);
sanitizer_allocator_secondary.h 168 uptr GetActuallyAllocatedSize(void *p) {
sanitizer_allocator_primary32.h 217 uptr GetActuallyAllocatedSize(void *p) {
sanitizer_allocator_primary64.h 274 uptr GetActuallyAllocatedSize(void *p) {

Completed in 38 milliseconds