Home
last modified time | relevance | path

Searched refs:SizeT (Results 1 – 25 of 213) sorted by relevance

123456789

/external/valgrind/coregrind/
Dpub_core_tooliface.h127 Bool (*tool_read_extra_suppression_info) (Int, HChar**, SizeT*, Int*,
131 SizeT (*tool_get_extra_suppression_info) (const Error*,/*OUT*/HChar*,Int);
132 SizeT (*tool_print_extra_suppression_use) (const Supp*,/*OUT*/HChar*,Int);
161 void* (*tool_malloc) (ThreadId, SizeT);
162 void* (*tool___builtin_new) (ThreadId, SizeT);
163 void* (*tool___builtin_vec_new) (ThreadId, SizeT);
164 void* (*tool_memalign) (ThreadId, SizeT, SizeT);
165 void* (*tool_calloc) (ThreadId, SizeT, SizeT);
169 void* (*tool_realloc) (ThreadId, void*, SizeT);
170 SizeT (*tool_malloc_usable_size) (ThreadId, void*);
[all …]
Dpub_core_aspacemgr.h88 ( Addr start, SizeT len, UInt prot );
95 ( Addr start, SizeT len, UInt prot );
99 extern Bool VG_(am_is_free_or_resvn)( Addr start, SizeT len );
155 ( Addr start, SizeT len, /*OUT*/Bool* ok );
166 ( Addr start, SizeT len);
173 ( Addr a, SizeT len, UInt prot, UInt flags, Int fd, Off64T offset );
179 extern Bool VG_(am_notify_client_shmat)( Addr a, SizeT len, UInt prot );
190 extern Bool VG_(am_notify_mprotect)( Addr start, SizeT len, UInt prot );
198 extern Bool VG_(am_notify_munmap)( Addr start, SizeT len );
206 ( Addr start, SizeT length, UInt prot, UInt flags, Int fd, Off64T offset);
[all …]
Dm_mallocfree.c67 #define MAX_PSZB (~((SizeT)0x0))
181 SizeT n_payload_bytes;
184 ((sizeof(struct _Superblock*) + sizeof(SizeT)) %
196 SizeT rz_szB; // Red zone size in bytes
197 SizeT min_sblock_szB; // Minimum superblock size in bytes
198 SizeT min_unsplittable_sblock_szB;
217 SizeT sblocks_size;
218 SizeT sblocks_used;
229 SizeT stats__perm_bytes_on_loan;
230 SizeT stats__perm_blocks;
[all …]
Dm_tooliface.c237 Bool (*read_extra) (Int, HChar**, SizeT*, Int*, Supp*), in VG_()
240 SizeT (*get_xtra_si)(const Error*,/*OUT*/HChar*,Int), in VG_()
241 SizeT (*print_xtra_su)(const Supp*,/*OUT*/HChar*,Int), in VG_()
332 void* (*malloc) ( ThreadId, SizeT ), in VG_()
333 void* (*__builtin_new) ( ThreadId, SizeT ), in VG_()
334 void* (*__builtin_vec_new) ( ThreadId, SizeT ), in VG_()
335 void* (*memalign) ( ThreadId, SizeT, SizeT ), in VG_()
336 void* (*calloc) ( ThreadId, SizeT, SizeT ), in VG_()
340 void* (*realloc) ( ThreadId, void*, SizeT ), in VG_()
341 SizeT (*malloc_usable_size) ( ThreadId, void* ), in VG_()
[all …]
Dpub_core_replacemalloc.h44 void* (*tl_malloc) (ThreadId tid, SizeT n);
45 void* (*tl___builtin_new) (ThreadId tid, SizeT n);
46 void* (*tl___builtin_vec_new) (ThreadId tid, SizeT n);
47 void* (*tl_memalign) (ThreadId tid, SizeT align, SizeT n);
48 void* (*tl_calloc) (ThreadId tid, SizeT nmemb, SizeT n);
52 void* (*tl_realloc) (ThreadId tid, void* p, SizeT size);
53 SizeT (*tl_malloc_usable_size) (ThreadId tid, void* payload);
Dpub_core_mallocfree.h106 extern void* VG_(arena_malloc) ( ArenaId arena, const HChar* cc, SizeT nbytes );
109 SizeT nmemb, SizeT bytes_per_memb );
111 void* ptr, SizeT size );
113 SizeT req_alignB, SizeT req_pszB );
125 void* ptr, SizeT req_pszB);
127 extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
129 extern SizeT VG_(arena_redzone_size) ( ArenaId aid );
136 extern void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT nbytes, Int align );
151 SizeT block_szB;
Dpub_core_trampoline.h121 extern SizeT VG_(x86_darwin_REDIR_FOR_strlen)( void* );
122 extern SizeT VG_(x86_darwin_REDIR_FOR_strcmp)( void*, void* );
125 extern SizeT VG_(x86_darwin_REDIR_FOR_strlcat)( char *s1, const char *s2,
126 SizeT size );
131 extern SizeT VG_(amd64_darwin_REDIR_FOR_strlen)( void* );
132 extern SizeT VG_(amd64_darwin_REDIR_FOR_strcmp)( void*, void* );
135 extern SizeT VG_(amd64_darwin_REDIR_FOR_strlcat)( char *s1, const char *s2,
136 SizeT size );
165 extern SizeT VG_(x86_solaris_REDIR_FOR_strcmp)(const HChar *, const HChar *);
166 extern SizeT VG_(x86_solaris_REDIR_FOR_strlen)(const HChar *);
[all …]
Dm_compiler.c150 __intel_memcpy(void *dest, const void *src, SizeT sz) in __intel_memcpy()
156 __intel_mic_avx512f_memcpy(void *dest, const void *src, SizeT sz) in __intel_mic_avx512f_memcpy()
162 __intel_new_memcpy(void *dest, const void *src, SizeT sz) in __intel_new_memcpy()
168 __intel_ssse3_memcpy(void *dest, const void *src, SizeT sz) in __intel_ssse3_memcpy()
174 __intel_ssse3_rep_memcpy(void *dest, const void *src, SizeT sz) in __intel_ssse3_rep_memcpy()
180 _intel_fast_memcpy(void *dest, const void *src, SizeT sz) in _intel_fast_memcpy()
186 __intel_lrb_memcpy(void *dest, const void *src, SizeT sz) in __intel_lrb_memcpy()
192 __intel_memset(void *dest, int value, SizeT num) in __intel_memset()
198 __intel_new_memset(void *dest, int value, SizeT num) in __intel_new_memset()
204 __intel_mic_avx512f_memset(void *dest, int value, SizeT num) in __intel_mic_avx512f_memset()
[all …]
/external/valgrind/memcheck/
Dmc_include.h50 extern SizeT MC_(Malloc_Redzone_SzB);
68 SizeT szB : (sizeof(SizeT)*8)-2; // Size requested; 30 or 62 bits.
94 SizeT rzB; // pool red-zone size
102 Addr p, SizeT size, SizeT align,
111 Addr addr, SizeT size );
113 void MC_(mempool_trim) ( Addr pool, Addr addr, SizeT size );
115 void MC_(mempool_change) ( Addr pool, Addr addrA, Addr addrB, SizeT size );
136 Bool MC_(check_mem_is_noaccess)( Addr a, SizeT len, Addr* bad_addr );
137 void MC_(make_mem_noaccess) ( Addr a, SizeT len );
138 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
[all …]
Dmc_leakcheck.c437 SizeT indirect_szB;
439 SizeT clique;
456 static SizeT lc_chunks_n_frees_marker;
494 static SizeT lc_scanned_szB;
497 static SizeT lc_sig_skipped_szB;
500 SizeT MC_(bytes_leaked) = 0;
501 SizeT MC_(bytes_indirect) = 0;
502 SizeT MC_(bytes_dubious) = 0;
503 SizeT MC_(bytes_reachable) = 0;
504 SizeT MC_(bytes_suppressed) = 0;
[all …]
/external/lzma/C/
DBra.h55 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
56 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
57 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
58 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
59 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
60 SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding);
DBra.c8 SizeT ARM_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) in ARM_Convert()
10 SizeT i; in ARM_Convert()
35 SizeT ARMT_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) in ARMT_Convert()
37 SizeT i; in ARMT_Convert()
71 SizeT PPC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) in PPC_Convert()
73 SizeT i; in PPC_Convert()
101 SizeT SPARC_Convert(Byte *data, SizeT size, UInt32 ip, int encoding) in SPARC_Convert()
DLzmaDec.h55 SizeT dicPos;
56 SizeT dicBufSize;
179 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
180 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
196 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen,
197 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status);
221 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen,
DLzma2Dec.c161 static void LzmaDec_UpdateWithUncompressed(CLzmaDec *p, const Byte *src, SizeT size) in LzmaDec_UpdateWithUncompressed()
172 SRes Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, in Lzma2Dec_DecodeToDic()
173 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) in Lzma2Dec_DecodeToDic()
175 SizeT inSize = *srcLen; in Lzma2Dec_DecodeToDic()
181 SizeT dicPos = p->decoder.dicPos; in Lzma2Dec_DecodeToDic()
201 SizeT destSizeCur = dicLimit - dicPos; in Lzma2Dec_DecodeToDic()
202 SizeT srcSizeCur = inSize - *srcLen; in Lzma2Dec_DecodeToDic()
207 destSizeCur = (SizeT)p->unpackSize; in Lzma2Dec_DecodeToDic()
245 SizeT outSizeProcessed; in Lzma2Dec_DecodeToDic()
262 srcSizeCur = (SizeT)p->packSize; in Lzma2Dec_DecodeToDic()
[all …]
/external/valgrind/include/
Dpub_tool_tooliface.h323 Bool (*read_extra_suppression_info)(Int fd, HChar** bufpp, SizeT* nBufp,
343 SizeT (*print_extra_suppression_info)(const Error* err,
349 SizeT (*print_extra_suppression_use)(const Supp* su,
474 void* (*pmalloc) ( ThreadId tid, SizeT n ),
475 void* (*p__builtin_new) ( ThreadId tid, SizeT n ),
476 void* (*p__builtin_vec_new) ( ThreadId tid, SizeT n ),
477 void* (*pmemalign) ( ThreadId tid, SizeT align, SizeT n ),
478 void* (*pcalloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ),
482 void* (*prealloc) ( ThreadId tid, void* p, SizeT new_size ),
483 SizeT (*pmalloc_usable_size) ( ThreadId tid, void* p),
[all …]
Dpub_tool_mallocfree.h42 extern void* VG_(malloc) ( const HChar* cc, SizeT nbytes );
44 extern void* VG_(calloc) ( const HChar* cc, SizeT n, SizeT bytes_per_elem );
45 extern void* VG_(realloc) ( const HChar* cc, void* p, SizeT size );
46 extern void VG_(realloc_shrink)( void* ptr, SizeT size );
52 extern void VG_(out_of_memory_NORETURN) ( const HChar* who, SizeT szB );
65 extern void* VG_(perm_malloc) ( SizeT nbytes, Int align );
Dpub_tool_libcbase.h82 extern SizeT VG_(strlen) ( const HChar* str );
84 extern HChar* VG_(strncat) ( HChar* dest, const HChar* src, SizeT n );
87 extern HChar* VG_(strncpy) ( HChar* dest, const HChar* src, SizeT ndest );
90 extern Int VG_(strncmp) ( const HChar* s1, const HChar* s2, SizeT nmax );
91 extern Int VG_(strncasecmp) ( const HChar* s1, const HChar* s2, SizeT nmax );
96 extern SizeT VG_(strspn) ( const HChar* s, const HChar* accpt );
97 extern SizeT VG_(strcspn) ( const HChar* s, const HChar* reject );
133 extern void* VG_(memcpy) ( void *d, const void *s, SizeT sz );
134 extern void* VG_(memmove)( void *d, const void *s, SizeT sz );
135 extern void* VG_(memset) ( void *s, Int c, SizeT sz );
[all …]
Dpub_tool_replacemalloc.h43 extern void* VG_(cli_malloc) ( SizeT align, SizeT nbytes );
47 extern SizeT VG_(cli_malloc_usable_size)( void* p );
59 SizeT size, SizeT rz_szB );
80 extern SizeT VG_(malloc_effective_client_redzone_size)(void);
Dpub_tool_deduppoolalloc.h90 extern DedupPoolAlloc* VG_(newDedupPA) ( SizeT poolSzB,
91 SizeT eltAlign,
92 void* (*alloc)(const HChar*, SizeT),
104 SizeT eltSzB, const void *elt);
111 SizeT eltSzB, const void *elt);
127 void (*shrink_block)(void*, SizeT));
/external/valgrind/drd/
Ddrd_malloc_wrappers.c50 SizeT size; // size requested
60 static SizeT s_cmalloc_n_mallocs = 0;
61 static SizeT s_cmalloc_n_frees = 0;
62 static SizeT s_cmalloc_bs_mallocd = 0;
70 static void* new_block(ThreadId tid, SizeT size, SizeT align, Bool is_zeroed) in new_block()
89 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size) in DRD_()
146 static void* drd_malloc(ThreadId tid, SizeT n) in drd_malloc()
152 static void* drd_memalign(ThreadId tid, SizeT align, SizeT n) in drd_memalign()
158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1) in drd_calloc()
178 static void* drd_realloc(ThreadId tid, void* p_old, SizeT new_size) in drd_realloc()
[all …]
/external/valgrind/exp-sgcheck/
Dh_main.h52 SizeT Seg__size(Seg* seg);
59 void* h_replace_malloc ( ThreadId tid, SizeT n );
60 void* h_replace___builtin_new ( ThreadId tid, SizeT n );
61 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n );
62 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n );
63 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 );
67 void* h_replace_realloc ( ThreadId tid, void* p_old, SizeT new_size );
68 SizeT h_replace_malloc_usable_size ( ThreadId tid, void* p );
Dh_intercepts.c107 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ); \
108 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname) ( const char* str, SizeT n ) \
110 SizeT i = 0; \
123 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ); \
124 SizeT VG_REPLACE_FUNCTION_ZU(soname,fnname)( const char* str ) \
126 SizeT i = 0; \
166 ( const char* s1, const char* s2, SizeT nmax ); \
168 ( const char* s1, const char* s2, SizeT nmax ) \
170 SizeT n = 0; \
223 void* VG_REPLACE_FUNCTION_ZU(soname,fnname) (const void *s, int c, SizeT n); \
[all …]
/external/valgrind/shared/
Dvg_replace_strmem.c124 Bool is_overlap ( void* dst, const void* src, SizeT dstlen, SizeT srclen ) in is_overlap()
320 ( char* dst, const char* src, SizeT n ); \
322 ( char* dst, const char* src, SizeT n ) \
326 SizeT m = 0; \
364 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \
365 ( char* dst, const char* src, SizeT n ); \
366 SizeT VG_REPLACE_FUNCTION_EZU(20050,soname,fnname) \
367 ( char* dst, const char* src, SizeT n ) \
371 SizeT m = 0; \
410 SizeT VG_REPLACE_FUNCTION_EZU(20060,soname,fnname) \
[all …]
/external/valgrind/helgrind/
Dlibhb.h117 void zsm_sapplyNN_f__msmcwrite ( Thr* thr, Addr a, SizeT len );
123 void zsm_sapplyNN_f__msmcread ( Thr* thr, Addr a, SizeT len );
129 void libhb_srange_new ( Thr*, Addr, SizeT );
130 void libhb_srange_untrack ( Thr*, Addr, SizeT );
131 void libhb_srange_noaccess_NoFX ( Thr*, Addr, SizeT ); /* IS IGNORED */
132 void libhb_srange_noaccess_AHAE ( Thr*, Addr, SizeT ); /* IS NOT IGNORED */
139 UWord libhb_srange_get_abits (Addr a, /*OUT*/UChar *abits, SizeT len);
148 void libhb_copy_shadow_state ( Thr* thr, Addr src, Addr dst, SizeT len );
157 /*OUT*/SizeT* resSzB,
160 Thr* thr, Addr a, SizeT szB, Bool isW );
[all …]
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c230 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n); \
231 void* VG_REPLACE_FUNCTION_EZU(10010,soname,fnname) (SizeT n) \
246 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n); \
247 void* VG_REPLACE_FUNCTION_EZU(10020,soname,fnname) (void *zone, SizeT n) \
268 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n); \
269 void* VG_REPLACE_FUNCTION_EZU(10030,soname,fnname) (SizeT n) \
666 ( void *zone, SizeT nmemb, SizeT size ); \
668 ( void *zone, SizeT nmemb, SizeT size ) \
686 ( SizeT nmemb, SizeT size ); \
688 ( SizeT nmemb, SizeT size ) \
[all …]

123456789