/external/valgrind/main/exp-sgcheck/ |
sg_main.h | 41 void sg_die_mem_stack ( Addr old_SP, SizeT len ); 45 void sg_new_mem_mmap( Addr a, SizeT len, 47 void sg_new_mem_startup( Addr a, SizeT len, 49 void sg_die_mem_munmap ( Addr a, SizeT len );
|
h_intercepts.c | 103 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \ 104 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \ 106 SizeT i = 0; \ 119 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \ 120 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \ 122 SizeT i = 0; \ 158 ( const char* s1, const char* s2, SizeT nmax ); \ 160 ( const char* s1, const char* s2, SizeT nmax ) [all...] |
pc_common.h | 43 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write ); 56 SizeT* nBufp, Supp* su );
|
h_main.c | 95 SizeT szB; /* may be zero */ 133 SizeT Seg__size(Seg* seg) 286 static Seg* add_new_segment ( ThreadId tid, Addr p, SizeT size ) 304 SizeT size, SizeT alignment, Bool is_zeroed ) 350 void* h_replace_malloc ( ThreadId tid, SizeT n ) 356 void* h_replace___builtin_new ( ThreadId tid, SizeT n ) 362 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n ) 368 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n [all...] |
/external/valgrind/main/include/ |
pub_tool_libcbase.h | 85 extern SizeT VG_(strlen) ( const Char* str ); 87 extern Char* VG_(strncat) ( Char* dest, const Char* src, SizeT n ); 90 extern Char* VG_(strncpy) ( Char* dest, const Char* src, SizeT ndest ); 93 extern Int VG_(strncmp) ( const Char* s1, const Char* s2, SizeT nmax ); 94 extern Int VG_(strncasecmp) ( const Char* s1, const Char* s2, SizeT nmax ); 99 extern SizeT VG_(strspn) ( const Char* s, const Char* accpt ); 100 extern SizeT VG_(strcspn) ( const Char* s, const char* reject ); 114 extern void VG_(strncpy_safely) ( Char* dest, const Char* src, SizeT ndest ); 120 extern void* VG_(memcpy) ( void *d, const void *s, SizeT sz ); 121 extern void* VG_(memmove)( void *d, const void *s, SizeT sz ) [all...] |
pub_tool_gdbserver.h | 127 Bool (*watchpoint) (PointKind kind, Bool insert, Addr addr, SizeT len) 172 SizeT* szB,
|
pub_tool_machine.h | 106 /*SRC*/Int shadowNo, PtrdiffT offset, SizeT size ); 109 /*DST*/Int shadowNo, PtrdiffT offset, SizeT size, 138 extern SizeT VG_(thread_get_stack_size) ( ThreadId tid ); 146 extern SizeT VG_(thread_get_altstack_size) ( ThreadId tid );
|
pub_tool_debuginfo.h | 139 SizeT szB; /* size in bytes */ 160 SizeT szB; 186 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di ); 188 SizeT VG_(DebugInfo_get_plt_size) ( const DebugInfo *di ); 190 SizeT VG_(DebugInfo_get_gotplt_size) ( const DebugInfo *di ); 245 VgSectKind VG_(DebugInfo_sect_kind)( /*OUT*/UChar* name, SizeT n_name,
|
pub_tool_wordfm.h | 79 WordFM* VG_(newFM) ( void* (*alloc_nofail)( HChar* cc, SizeT ), 162 SizeT VG_(getNodeSizeFM)( void ); 177 WordBag* VG_(newBag) ( void* (*alloc_nofail)( HChar* cc, SizeT ),
|
/external/valgrind/main/coregrind/ |
m_mallocfree.c | 65 // The amount you can ask for is limited only by sizeof(SizeT)... 66 #define MAX_PSZB (~((SizeT)0x0)) 77 this block total szB (sizeof(SizeT) bytes) 81 this block total szB (sizeof(SizeT) bytes) 86 this block total szB (sizeof(SizeT) bytes) 92 this block total szB (sizeof(SizeT) bytes) 97 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB 101 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB + VG_MIN_MALLOC_SZB 180 SizeT n_payload_bytes; 183 ((sizeof(struct _Superblock*) + sizeof(SizeT)) [all...] |
pub_core_initimg.h | 82 SizeT clstack_max_size; 113 SizeT clstack_max_size;
|
pub_core_debuginfo.h | 68 extern void VG_(di_notify_munmap)( Addr a, SizeT len ); 70 extern void VG_(di_notify_mprotect)( Addr a, SizeT len, UInt prot ); 74 SizeT total_size, 78 extern void VG_(di_notify_vm_protect)( Addr a, SizeT len, UInt prot );
|
m_libcbase.c | 229 SizeT VG_(strlen) ( const Char* str ) 231 SizeT i = 0; 245 Char* VG_(strncat) ( Char* dest, const Char* src, SizeT n ) 277 void VG_(strncpy_safely) ( Char* dest, const Char* src, SizeT ndest ) 279 SizeT i = 0; 289 Char* VG_(strncpy) ( Char* dest, const Char* src, SizeT ndest ) 291 SizeT i = 0; 333 Int VG_(strncmp) ( const Char* s1, const Char* s2, SizeT nmax ) 335 SizeT n = 0; 349 Int VG_(strncasecmp) ( const Char* s1, const Char* s2, SizeT nmax [all...] |
/external/valgrind/main/memcheck/ |
mc_replace_strmem.c | 108 Bool is_overlap ( void* dst, const void* src, SizeT dstlen, SizeT srclen ) 267 ( char* dst, const char* src, SizeT n ); \ 269 ( char* dst, const char* src, SizeT n ) \ 273 SizeT m = 0; \ 308 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \ 309 ( char* dst, const char* src, SizeT n ); \ 310 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \ 311 ( char* dst, const char* src, SizeT n ) \ 315 SizeT m = 0; [all...] |
mc_leakcheck.c | 428 SizeT indirect_szB : (sizeof(SizeT)*8)-3; // If Unreached, how many bytes 465 static SizeT lc_scanned_szB; 468 SizeT MC_(bytes_leaked) = 0; 469 SizeT MC_(bytes_indirect) = 0; 470 SizeT MC_(bytes_dubious) = 0; 471 SizeT MC_(bytes_reachable) = 0; 472 SizeT MC_(bytes_suppressed) = 0; 474 SizeT MC_(blocks_leaked) = 0; 475 SizeT MC_(blocks_indirect) = 0 [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_storage.h | 440 SizeT rx_map_size; /* and map address of the r?x mapping we believe */ 444 SizeT rw_map_size; /* .data segment mapping */ 451 SizeT ro_map_size; 656 SizeT text_size; 664 SizeT data_size; 672 SizeT sdata_size; 680 SizeT rodata_size; 688 SizeT bss_size; 696 SizeT sbss_size; 703 SizeT plt_size [all...] |
priv_readdwarf.h | 66 UChar* frame_image, SizeT frame_size, Addr frame_avma,
|
priv_misc.h | 41 void* ML_(dinfo_zalloc)( HChar* cc, SizeT szB ); 44 UChar* ML_(dinfo_memdup)( HChar* cc, UChar* str, SizeT nStr );
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 202 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \ 203 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \ 217 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \ 218 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \ 237 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n); \ 238 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n) \ 523 ( void *zone, SizeT nmemb, SizeT size ); \ 525 ( void *zone, SizeT nmemb, SizeT size ) [all...] |
/external/valgrind/main/drd/tests/ |
unit_vc.c | 13 void* VG_(malloc)(HChar* cc, SizeT nbytes) 15 void* VG_(realloc)(HChar* cc, void* p, SizeT size) 35 void* VG_(memset)(void *s, Int c, SizeT sz) 37 void* VG_(memcpy)(void *d, const void *s, SizeT sz) 39 Int VG_(memcmp)(const void* s1, const void* s2, SizeT n) 45 SizeT VG_(strlen)(const Char* str) { return strlen(str); }
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
priv_aspacemgr.h | 91 extern SysRes ML_(am_do_munmap_NO_NOTIFY)(Addr start, SizeT length); 96 SizeT old_len, 97 SizeT new_len
|
/external/valgrind/main/drd/ |
drd_main.c | 259 const SizeT size) 273 SizeT size = 0; 298 const SizeT size) 308 void drd_start_using_mem(const Addr a1, const SizeT len, 335 const SizeT len, 342 const SizeT len, 349 void drd_stop_using_mem(const Addr a1, const SizeT len, 375 void drd_stop_using_nonstack_mem(const Addr a1, const SizeT len) 384 void DRD_(clean_memory)(const Addr a1, const SizeT len) 401 static void DRD_(suppress_relocation_conflicts)(const Addr a, const SizeT len [all...] |
drd_bitmap2_node.c | 35 #include "pub_tool_basics.h" /* Addr, SizeT */ 59 static SizeT s_root_node_size; 60 static SizeT s_bm2_node_size; 117 void* DRD_(bm2_alloc_node)(HChar* const ec, const SizeT szB)
|
/external/valgrind/main/coregrind/m_gdbserver/ |
target.h | 159 extern void* VG_(dmemcpy) ( void *d, const void *s, SizeT sz, Bool *mod ); 173 SizeT sz,
|
/external/valgrind/main/massif/ |
ms_main.c | 276 static SizeT heap_szB = 0; // Live heap size 277 static SizeT heap_extra_szB = 0; // Live heap extra size -- slop + admin bytes 278 static SizeT stacks_szB = 0; // Live stacks size 282 static SizeT peak_snapshot_total_szB = 0; 547 SizeT szB; 570 SizeT szB; // memory size for the node, be it Sig or Insig 596 static void* perm_malloc(SizeT n_bytes) 677 static SXPt* dup_XTree(XPt* xpt, SizeT total_szB) 680 SizeT sig_child_threshold_szB; 701 sig_child_threshold_szB = (SizeT)((total_szB * clo_threshold) / 100) [all...] |