Home
last modified time | relevance | path

Searched refs:VALGRIND_MALLOCLIKE_BLOCK (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_priv.h233 VALGRIND_MALLOCLIKE_BLOCK(etna_bo_map(bo), bo->size, 0, 1); in VG_BO_ALLOC()
265 VALGRIND_MALLOCLIKE_BLOCK(bo->map, bo->size, 0, 1); in VG_BO_OBTAIN()
/third_party/libdrm/freedreno/
H A Dfreedreno_priv.h215 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1); in VG_BO_ALLOC()
247 VALGRIND_MALLOCLIKE_BLOCK(bo->map, bo->size, 0, 1); in VG_BO_OBTAIN()
/third_party/jerryscript/jerry-core/jmem/
H A Djmem-allocator-internal.h37 # define JMEM_VALGRIND_MALLOCLIKE_SPACE(p, s) VALGRIND_MALLOCLIKE_BLOCK((p), (s), 0, 0)
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h425 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1); in VG_BO_ALLOC()
460 VALGRIND_MALLOCLIKE_BLOCK(bo->map, bo->size, 0, 1); in VG_BO_OBTAIN()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_gem.c155 VG(VALGRIND_MALLOCLIKE_BLOCK(map, size, 0, 1)); in anv_gem_mmap()
H A Danv_allocator.c1358 VG(VALGRIND_MALLOCLIKE_BLOCK(bo->map, bo->size, 0, 1)); in anv_bo_pool_finish()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c293 VG(VALGRIND_MALLOCLIKE_BLOCK(bo->map, bo->size, 0, false)); in v3dv_bo_map_unsynchronized()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c520 VG(VALGRIND_MALLOCLIKE_BLOCK(bo->map, bo->size, 0, false)); in v3d_bo_map_unsynchronized()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_bo.c331 VG(VALGRIND_MALLOCLIKE_BLOCK(bo->map, in pvr_srv_winsys_buffer_map()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c639 VG(VALGRIND_MALLOCLIKE_BLOCK(bo->map, bo->size, 0, false)); in vc4_bo_map_unsynchronized()
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c1443 VG(VALGRIND_MALLOCLIKE_BLOCK(mmap_arg.addr_ptr, mmap_arg.size, 0, 1)); in drm_intel_gem_bo_map()
3475 VG(VALGRIND_MALLOCLIKE_BLOCK(mmap_arg.addr_ptr, mmap_arg.size, 0, 1)); in drm_intel_gem_bo_map__cpu()
3518 VG(VALGRIND_MALLOCLIKE_BLOCK(mmap_arg.addr_ptr, mmap_arg.size, 0, 1)); in drm_intel_gem_bo_map__wc()
/third_party/node/deps/v8/src/third_party/valgrind/
H A Dvalgrind.h3836 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
3857 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
3865 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
3870 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
3875 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
3887 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
3905 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
3924 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
3932 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK fo
[all...]
/third_party/libinput/include/valgrind/
H A Dvalgrind.h6903 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
6924 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
6932 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
6937 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
6942 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
6954 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
6972 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
6986 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
6990 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
6997 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK fo
[all...]

Completed in 30 milliseconds