Home
last modified time | relevance | path

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

/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_priv.h239 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_FREE()
257 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_RELEASE()
/third_party/libdrm/freedreno/
H A Dfreedreno_priv.h221 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_FREE()
239 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_RELEASE()
/third_party/jerryscript/jerry-core/jmem/
H A Djmem-allocator-internal.h39 # define JMEM_VALGRIND_FREELIKE_SPACE(p) VALGRIND_FREELIKE_BLOCK((p), 0)
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_priv.h432 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_FREE()
451 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_RELEASE()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_gem.c166 VG(VALGRIND_FREELIKE_BLOCK(p, 0)); in anv_gem_munmap()
H A Danv_allocator.c1396 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in anv_bo_pool_alloc()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c337 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in v3dv_bo_unmap()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c209 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in v3d_bo_free()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_bo.c353 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in pvr_srv_winsys_buffer_unmap()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c154 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in vc4_bo_free()
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c1159 VG(VALGRIND_FREELIKE_BLOCK(bo_gem->mem_virtual, 0)); in drm_intel_gem_bo_free()
1164 VG(VALGRIND_FREELIKE_BLOCK(bo_gem->wc_virtual, 0)); in drm_intel_gem_bo_free()
/third_party/node/deps/v8/src/third_party/valgrind/
H A Dvalgrind.h3870 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
3879 VALGRIND_FREELIKE_BLOCK should be put immediately after the point where a
3910 program and the allocator... after VALGRIND_FREELIKE_BLOCK is called, the
3935 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \ macro
/third_party/libinput/include/valgrind/
H A Dvalgrind.h6937 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
6946 VALGRIND_FREELIKE_BLOCK should be put immediately after the point where a
6977 program and the allocator... after VALGRIND_FREELIKE_BLOCK is called, the
7000 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \ macro
7030 to VALGRIND_FREELIKE_BLOCK for all the second level blocks included

Completed in 31 milliseconds